From a2838556973e1b491c19885cc1aa1e5cec870253 Mon Sep 17 00:00:00 2001 From: Alfred Date: Fri, 14 Nov 2025 17:45:16 +0000 Subject: [PATCH] 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 --- src/Mod/Sketcher/Gui/CommandConstraints.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/Sketcher/Gui/CommandConstraints.cpp b/src/Mod/Sketcher/Gui/CommandConstraints.cpp index c16e538737..c16f80791d 100644 --- a/src/Mod/Sketcher/Gui/CommandConstraints.cpp +++ b/src/Mod/Sketcher/Gui/CommandConstraints.cpp @@ -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";