Update src/Mod/PartDesign/Gui/Command.cpp

Co-authored-by: Benjamin Nauck <[email protected]>
This commit is contained in:
PaddleStroke
2025-03-20 19:51:18 +01:00
committed by Benjamin Nauck
co-authored by Benjamin Nauck
parent 9a38673774
commit 9bd9fe1551
+1 -1
View File
@@ -428,7 +428,7 @@ CmdPartDesignClone::CmdPartDesignClone()
sAppModule = "PartDesign";
sGroup = QT_TR_NOOP("PartDesign");
sMenuText = QT_TR_NOOP("Create a clone");
sToolTipText = QT_TR_NOOP("The Clone tool creates a connected copy of a single solid object, updating with future edits to the original.");
sToolTipText = QT_TR_NOOP("Create a parametric copy of a solid object as the base feature of a new body");
sWhatsThis = "PartDesign_Clone";
sStatusTip = sToolTipText;
sPixmap = "PartDesign_Clone";