Skip to content

Commit

Permalink
PartDesign : Subshapebinder tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
PaddleStroke authored Mar 6, 2025
1 parent da3badd commit ff0aaeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/PartDesign/Gui/Command.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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("The SubShapeBinder creates 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. SubShapeBinders are ideal for organizing assemblies, linking external geometry, or as a base for new operations like Pads or Boolean cuts. They offer advanced features like 2D offsetting, customizable binding modes, and partial loading.");
sWhatsThis = "PartDesign_SubShapeBinder";
sStatusTip = sToolTipText;
sPixmap = "PartDesign_SubShapeBinder";
Expand Down

0 comments on commit ff0aaeb

Please sign in to comment.