[TD]fix LeaderLine tooltipe

This commit is contained in:
wandererfan
2020-01-24 09:01:49 -05:00
committed by WandererFan
parent 1f54e153c8
commit 3ea761dbcb

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;