Crowdin: Edits based on feedback from translators [skip-ci]
https://crowdin.com/translate/freecad/27911/en-en#6581566 https://crowdin.com/translate/freecad/6766/en-en#6584432 https://crowdin.com/translate/freecad/549/en-en#6578092
This commit is contained in:
@@ -223,7 +223,7 @@ bool ViewProviderPage::onDelete(const std::vector<std::string> &)
|
||||
QTextStream bodyMessageStream(&bodyMessage);
|
||||
bodyMessageStream << qApp->translate("Std_Delete",
|
||||
"The page is not empty, therefore the\nfollowing referencing objects might be lost.\n\n"
|
||||
"Are you sure you want to continue?\n");
|
||||
"Are you sure you want to continue?");
|
||||
for (auto ObjIterator : objs)
|
||||
bodyMessageStream << '\n' << QString::fromUtf8(ObjIterator->Label.getValue());
|
||||
// show and evaluate the dialog
|
||||
|
||||
Reference in New Issue
Block a user