assure the translation

- also fix a typo
This commit is contained in:
donovaly
2020-07-26 19:39:23 +02:00
committed by WandererFan
parent 5e6e03b6fa
commit d7ee728be3
3 changed files with 4 additions and 4 deletions

View File

@@ -211,7 +211,7 @@ bool ViewProviderProjGroup::onDelete(const std::vector<std::string> &)
bodyMessageStream << '\n';
for (auto ObjIterator : objs)
bodyMessageStream << '\n' << QString::fromUtf8(ObjIterator->Label.getValue());
bodyMessageStream << "\n\nAre you sure you want to continue?";
bodyMessageStream << QObject::tr("\n\nAre you sure you want to continue?");
// show and evaluate dialog
int DialogResult = QMessageBox::warning(Gui::getMainWindow(),
qApp->translate("Std_Delete", "Object dependencies"), bodyMessage,