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:
@@ -192,7 +192,7 @@ bool ViewProviderWeld::onDelete(const std::vector<std::string> &)
|
||||
QString bodyMessage;
|
||||
QTextStream bodyMessageStream(&bodyMessage);
|
||||
bodyMessageStream << qApp->translate("Std_Delete",
|
||||
"You cannot delete this weld symbol because\n it has a tile weld that would become broken.");
|
||||
"You cannot delete this weld symbol because\nit has a tile weld that would become broken.");
|
||||
QMessageBox::warning(Gui::getMainWindow(),
|
||||
qApp->translate("Std_Delete", "Object dependencies"), bodyMessage,
|
||||
QMessageBox::Ok);
|
||||
|
||||
Reference in New Issue
Block a user