From b03dd9b6da4dd92bd1c0a4624d74c9c83facfd8b Mon Sep 17 00:00:00 2001 From: Roy-043 <70520633+Roy-043@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:55:24 +0100 Subject: [PATCH] Update CommandExtensionPack.cpp Delta Distance was added to the dialog box. --- src/Mod/TechDraw/Gui/CommandExtensionPack.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp index d9d5fd6e33..9fb2f095c3 100644 --- a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp +++ b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp @@ -713,10 +713,10 @@ CmdTechDrawExtensionSelectLineAttributes::CmdTechDrawExtensionSelectLineAttribut { sAppModule = "TechDraw"; sGroup = QT_TR_NOOP("TechDraw"); - sMenuText = QT_TR_NOOP("Select Line Attributes and Cascade Spacing"); - sToolTipText = QT_TR_NOOP("Select the attributes for new cosmetic lines and centerlines, and specify the cascade spacing:
\ + sMenuText = QT_TR_NOOP("Select Line Attributes, Cascade Spacing and Delta Distance"); + sToolTipText = QT_TR_NOOP("Select the attributes for new cosmetic lines and centerlines, and specify the cascade spacing and delta distance:
\ - Click this tool
\ -- Specify the attributes and spacing in the dialog box
\ +- Specify the attributes, spacing and distance in the dialog box
\ - Press OK"); sWhatsThis = "TechDraw_ExtensionSelectLineAttributes"; sStatusTip = sMenuText;