Update CommandBody.cpp

This commit is contained in:
Roy-043
2025-08-18 22:07:05 +02:00
committed by Max Wilfinger
parent bafd9f75b5
commit 3fb61d0c90

View File

@@ -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)