Gui: Simplify title Add Property VarSet dialog

This commit is contained in:
Pieter Hijma
2025-08-27 15:37:31 +02:00
parent ec8cff9e5f
commit 35cd20bb17

View File

@@ -447,7 +447,7 @@ void DlgAddPropertyVarSet::initializeValue()
void DlgAddPropertyVarSet::setTitle()
{
setWindowTitle(tr("Add a Property to %1").arg(QString::fromStdString(varSet->getFullName())));
setWindowTitle(tr("Add Property"));
}
void DlgAddPropertyVarSet::setOkEnabled(bool enabled)