Update CommandExtensionPack.cpp

Delta Distance was added to the dialog box.
This commit is contained in:
Roy-043
2022-01-24 12:55:24 +01:00
committed by WandererFan
parent 8c062b9f06
commit 0a23730be9

View File

@@ -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:<br>\
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:<br>\
- Click this tool<br>\
- Specify the attributes and spacing in the dialog box<br>\
- Specify the attributes, spacing and distance in the dialog box<br>\
- Press OK");
sWhatsThis = "TechDraw_ExtensionSelectLineAttributes";
sStatusTip = sMenuText;