Fix Crowdin typos + trim superfluous whitespace [skip-ci]
Some issues that this PR fixes (but not all listed): https://crowdin.com/translate/freecad/27911/en-en#6581578 https://crowdin.com/translate/freecad/27911/en-en#6579080 https://crowdin.com/translate/freecad/27911/en-en#6581580 https://crowdin.com/translate/freecad/27911/en-en#6579086
This commit is contained in:
@@ -193,7 +193,7 @@ bool ViewProviderProjGroup::onDelete(const std::vector<std::string> &)
|
||||
// if there are section or detail views we cannot delete because this would break them
|
||||
if (!ViewList.empty()) {
|
||||
bodyMessageStream << qApp->translate("Std_Delete",
|
||||
"The group cannot be deleted because its items have the following\n section or detail views, or leader lines that would get broken:\n");
|
||||
"The group cannot be deleted because its items have the following\nsection or detail views, or leader lines that would get broken:\n");
|
||||
for (auto ListIterator : ViewList)
|
||||
bodyMessageStream << '\n' << QString::fromUtf8(ListIterator.c_str());
|
||||
QMessageBox::warning(Gui::getMainWindow(),
|
||||
@@ -206,7 +206,7 @@ bool ViewProviderProjGroup::onDelete(const std::vector<std::string> &)
|
||||
{
|
||||
// generate dialog
|
||||
bodyMessageStream << qApp->translate("Std_Delete",
|
||||
"The projection group is not empty, therefore\n the following referencing objects might be lost.\n\n"
|
||||
"The projection group is not empty, therefore\nthe following referencing objects might be lost.\n\n"
|
||||
"Are you sure you want to continue?\n");
|
||||
for (auto ObjIterator : objs)
|
||||
bodyMessageStream << '\n' << QString::fromUtf8(ObjIterator->Label.getValue());
|
||||
|
||||
Reference in New Issue
Block a user