diff --git a/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp b/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp index db221c360e..78f67435fb 100644 --- a/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp +++ b/src/Gui/Dialogs/DlgAddPropertyVarSet.cpp @@ -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)