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