From 6e10bc0789f7667142fe13b2e67092d26df3d68d Mon Sep 17 00:00:00 2001 From: luz paz Date: Wed, 2 Jun 2021 12:42:00 -0400 Subject: [PATCH] Crowdin: remove superfluous whitespace in Gui/Command.cpp ref: https://crowdin.com/translate/freecad/564/en-de?filter=basic&value=2#6589648 --- src/Mod/PartDesign/Gui/Command.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/Command.cpp b/src/Mod/PartDesign/Gui/Command.cpp index e592a10e94..6b268304d9 100644 --- a/src/Mod/PartDesign/Gui/Command.cpp +++ b/src/Mod/PartDesign/Gui/Command.cpp @@ -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();