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;