Gui: Simplify title Add Property VarSet dialog

This commit is contained in:
Pieter Hijma
2025-08-27 15:37:31 +02:00
parent ed27c9947d
commit 18d1df7021

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)