diff --git a/src/Gui/propertyeditor/PropertyEditor.cpp b/src/Gui/propertyeditor/PropertyEditor.cpp index fe8a66e533..73bfca0114 100644 --- a/src/Gui/propertyeditor/PropertyEditor.cpp +++ b/src/Gui/propertyeditor/PropertyEditor.cpp @@ -949,8 +949,8 @@ void PropertyEditor::contextMenuEvent(QContextMenuEvent*) bool ok = false; const QString currentTooltip = QString::fromUtf8(prop->getDocumentation()); QString newTooltip = QInputDialog::getMultiLineText(Gui::getMainWindow(), - tr("Edit property tooltip"), - tr("Tooltip:"), + tr("Edit Property Tooltip"), + tr("Tooltip"), currentTooltip, &ok); if (!ok || newTooltip == currentTooltip) {