Skip to content

Commit

Permalink
Sketcher: Tweak tip language for ConstrainRadiam
Browse files Browse the repository at this point in the history
Based on a question in CrowdIn.
  • Loading branch information
chennes committed Aug 20, 2022
1 parent 84253f4 commit a72bf21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Sketcher/Gui/CommandConstraints.cpp
Expand Up @@ -5281,7 +5281,7 @@ CmdSketcherConstrainRadiam::CmdSketcherConstrainRadiam()
sAppModule = "Sketcher";
sGroup = "Sketcher";
sMenuText = QT_TR_NOOP("Constrain auto radius/diameter");
sToolTipText = QT_TR_NOOP("Fix automatically diameter on circle and radius on arc/pole");
sToolTipText = QT_TR_NOOP("Fix the diameter if a circle is chosen, or the radius if an arc/spline pole is chosen");
sWhatsThis = "Sketcher_ConstrainRadiam";
sStatusTip = sToolTipText;
sPixmap = "Constraint_Radiam";
Expand Down

0 comments on commit a72bf21

Please sign in to comment.