Sketcher: Vertical dimension tooltip fix (#24839)
* Corrected all Veritical Dimension Tooltips * Fixed error in Sketcher_de * Fixed rest of translation file errors * Revert "Fixed rest of translation file errors" This reverts commit 7f3a50ac4f5de9045236668cc669bd26e1206094. * Revert "Fixed error in Sketcher_de" This reverts commit 49d617384e2666a245746e5c599d2962abd678d6. * Revert "Corrected all Veritical Dimension Tooltips" This reverts commit 4494b18cdc8d6653b441754cbf8a19d0af6ec46d. * Corrected Vertical Dimension Tooltip
This commit is contained in:
@@ -5729,7 +5729,7 @@ CmdSketcherConstrainDistanceY::CmdSketcherConstrainDistanceY()
|
||||
sAppModule = "Sketcher";
|
||||
sGroup = "Sketcher";
|
||||
sMenuText = QT_TR_NOOP("Vertical Dimension");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the vertical distance between the selected elements");
|
||||
sToolTipText = QT_TR_NOOP("Constrains the vertical distance between two points, or from a point to the origin if only one is selected");
|
||||
sWhatsThis = "Sketcher_ConstrainDistanceY";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "Constraint_VerticalDistance";
|
||||
|
||||
Reference in New Issue
Block a user