Gui: refactor: change Preview button label to Confirm Selection

Transparent preview can be enabled so it wasn't representative
This commit is contained in:
Alfredo Monclus
2025-07-13 09:40:37 -06:00
committed by Kacper Donat
parent 802af4c464
commit a5c2ccaa87

View File

@@ -75,18 +75,6 @@ TaskDressUpParameters::~TaskDressUpParameters()
Gui::Selection().rmvSelectionGate();
}
const QString TaskDressUpParameters::btnPreviewStr()
{
const QString text{ tr("Preview") };
return text;
}
const QString TaskDressUpParameters::btnSelectStr()
{
const QString text{ tr("Select") };
return text;
}
void TaskDressUpParameters::setupTransaction()
{
if (DressUpView.expired())