diff --git a/src/Mod/PartDesign/Gui/CommandBody.cpp b/src/Mod/PartDesign/Gui/CommandBody.cpp index bdb3c9545..c61a69f30 100644 --- a/src/Mod/PartDesign/Gui/CommandBody.cpp +++ b/src/Mod/PartDesign/Gui/CommandBody.cpp @@ -592,7 +592,7 @@ void CmdPartDesignMoveFeature::activated(int iMsg) { //show messagebox and cancel QMessageBox::warning(Gui::getMainWindow(), QObject::tr("Features cannot be moved"), - QObject::tr("Some of the selected features has dependencies in the source body")); + QObject::tr("Some of the selected features have dependencies in the source body")); return; }