From 3fb61d0c90f0fe5736281ebe3f6142c5e9bd610c Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Mon, 18 Aug 2025 22:07:05 +0200 Subject: [PATCH] Update CommandBody.cpp --- src/Mod/PartDesign/Gui/CommandBody.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/PartDesign/Gui/CommandBody.cpp b/src/Mod/PartDesign/Gui/CommandBody.cpp index 945a9dddf3..c57c155d42 100644 --- a/src/Mod/PartDesign/Gui/CommandBody.cpp +++ b/src/Mod/PartDesign/Gui/CommandBody.cpp @@ -735,7 +735,7 @@ void CmdPartDesignMoveFeature::activated(int iMsg) items.push_back(QString::fromUtf8(body->Label.getValue())); } QString text = QInputDialog::getItem(Gui::getMainWindow(), - qApp->translate("PartDesign_MoveFeature", "Select body"), + qApp->translate("PartDesign_MoveFeature", "Select Body"), qApp->translate("PartDesign_MoveFeature", "Select a body from the list"), items, 0, false, &ok, Qt::MSWindowsFixedSizeDialogHint); if (!ok)