From 8c062b9f06703c5b6acd0cdad9fff7cdffe0887c Mon Sep 17 00:00:00 2001
From: Roy-043 <70520633+Roy-043@users.noreply.github.com>
Date: Mon, 24 Jan 2022 12:30:21 +0100
Subject: [PATCH] Update CommandExtensionPack.cpp
Modifications as suggested by Edi.
---
src/Mod/TechDraw/Gui/CommandExtensionPack.cpp | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp
index 1f15686585..d9d5fd6e33 100644
--- a/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp
+++ b/src/Mod/TechDraw/Gui/CommandExtensionPack.cpp
@@ -1492,6 +1492,7 @@ CmdTechDrawExtensionExtendLine::CmdTechDrawExtensionExtendLine()
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Extend Line");
sToolTipText = QT_TR_NOOP("Extend a cosmetic line or centerline at both ends:
\
+- Specify the delta distance (optional)
\
- Select a single line
\
- Click this tool");
sWhatsThis = "TechDraw_ExtensionExtendLine";
@@ -1526,6 +1527,7 @@ CmdTechDrawExtensionShortenLine::CmdTechDrawExtensionShortenLine()
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Shorten Line");
sToolTipText = QT_TR_NOOP("Shorten a cosmetic line or centerline at both ends:
\
+- Specify the delta distance (optional)
\
- Select a single line
\
- Click this tool");
sWhatsThis = "TechDraw_ExtensionShortenLine";
@@ -1560,6 +1562,7 @@ CmdTechDrawExtendShortenLineGroup::CmdTechDrawExtendShortenLineGroup()
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Extend Line");
sToolTipText = QT_TR_NOOP("Extend a cosmetic line or centerline at both ends:
\
+- Specify the delta distance (optional)
\
- Select a single line
\
- Click this tool");
sWhatsThis = "TechDraw_ExtensionExtendShortenLineGroup";
@@ -1628,6 +1631,7 @@ void CmdTechDrawExtendShortenLineGroup::languageChange()
arc1->setText(QApplication::translate("CmdTechDrawExtensionExtendLine", "Extend Line"));
arc1->setToolTip(QApplication::translate("CmdTechDrawExtensionExtendLine",
"Extend a cosmetic line or centerline at both ends:
\
+- Specify the delta distance (optional)
\
- Select a single line
\
- Click this tool"));
arc1->setStatusTip(arc1->text());
@@ -1635,6 +1639,7 @@ void CmdTechDrawExtendShortenLineGroup::languageChange()
arc2->setText(QApplication::translate("CmdTechDrawExtensionShortenLine", "Shorten Line"));
arc2->setToolTip(QApplication::translate("CmdTechDrawExtensionShortenLine",
"Shorten a cosmetic line or centerline at both ends:
\
+- Specify the delta distance (optional)
\
- Select a single line
\
- Click this tool"));
arc2->setStatusTip(arc2->text());