[TD]fix LeaderLine tooltipe

This commit is contained in:
wandererfan
2020-01-24 09:01:49 -05:00
committed by WandererFan
parent e2a81c78cb
commit 53f4c8581b

View File

@@ -97,7 +97,7 @@ CmdTechDrawLeaderLine::CmdTechDrawLeaderLine()
{
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Add Line to View");
sMenuText = QT_TR_NOOP("Add Leader Line to View");
sToolTipText = sMenuText;
sWhatsThis = "TechDraw_LeaderLine";
sStatusTip = sToolTipText;