Crowdin: remove superfluous whitespace in Gui/Command.cpp

ref: https://crowdin.com/translate/freecad/564/en-de?filter=basic&value=2#6589648
This commit is contained in:
luz paz
2021-06-02 12:42:00 -04:00
parent ed9d341b22
commit 6e10bc0789

View File

@@ -1054,7 +1054,7 @@ void prepareProfileBased(PartDesign::Body *pcActiveBody, Gui::Command* cmd, cons
if (!pcActiveBody->isSolid()) {
QMessageBox msgBox;
msgBox.setText(QObject::tr("Cannot use this command as there is no solid to subtract from."));
msgBox.setInformativeText(QObject::tr("Ensure that the body contains a feature before attempting a subtractive command."));
msgBox.setInformativeText(QObject::tr("Ensure that the body contains a feature before attempting a subtractive command."));
msgBox.setStandardButtons(QMessageBox::Ok);
msgBox.setDefaultButton(QMessageBox::Ok);
msgBox.exec();