PartDesign : Subshapebinder tooltip (#20023)
* PartDesign : Subshapebinder tooltip * Update src/Mod/PartDesign/Gui/Command.cpp Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com> --------- Co-authored-by: Furgo <148809153+furgo16@users.noreply.github.com>
This commit is contained in:
@@ -344,7 +344,7 @@ CmdPartDesignSubShapeBinder::CmdPartDesignSubShapeBinder()
|
||||
sAppModule = "PartDesign";
|
||||
sGroup = QT_TR_NOOP("PartDesign");
|
||||
sMenuText = QT_TR_NOOP("Create a sub-object(s) shape binder");
|
||||
sToolTipText = QT_TR_NOOP("Create a sub-object(s) shape binder");
|
||||
sToolTipText = QT_TR_NOOP("Create a reference to geometry from one or more objects, allowing it to be used inside or outside a PartDesign Body. It tracks relative placements, supports multiple geometry types (solids, faces, edges, vertices), and can work with objects in the same or external documents.");
|
||||
sWhatsThis = "PartDesign_SubShapeBinder";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "PartDesign_SubShapeBinder";
|
||||
|
||||
Reference in New Issue
Block a user