Skip to content

Commit

Permalink
[TD]fix LeaderLine tooltipe
Browse files Browse the repository at this point in the history
  • Loading branch information
WandererFan committed Jan 27, 2020
1 parent 1f54e15 commit 3ea761d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/TechDraw/Gui/CommandAnnotate.cpp
Expand Up @@ -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;
Expand Down

0 comments on commit 3ea761d

Please sign in to comment.