From 7d2a5fe35eeb30e08371c8e64f696a75ad3e7e53 Mon Sep 17 00:00:00 2001 From: Michael K Johnson Date: Thu, 16 May 2024 20:45:58 -0400 Subject: [PATCH] Fix typo in TechDraw tooltip --- src/Mod/TechDraw/Gui/CommandCreateDims.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp index db5b2f332d..e1f8814ccd 100644 --- a/src/Mod/TechDraw/Gui/CommandCreateDims.cpp +++ b/src/Mod/TechDraw/Gui/CommandCreateDims.cpp @@ -1405,7 +1405,7 @@ CmdTechDrawDimension::CmdTechDrawDimension() sMenuText = QT_TR_NOOP("Insert Dimension"); sToolTipText = QT_TR_NOOP("Dimension contextually based on your selection.\n" "Depending on your selection you might have several dimensions available. You can cycle through them using the M key.\n" - "Left clicking on empty space will validate the current Dimensiont. Right clicking or pressing Esc will cancel."); + "Left clicking on empty space will validate the current Dimension. Right clicking or pressing Esc will cancel."); sWhatsThis = "TechDraw_Dimension"; sStatusTip = sToolTipText; sPixmap = "TechDraw_Dimension";