Refine TechDraw/Gui/CommandDecorate.cpp translation string

This commit is contained in:
luz.paz
2019-01-16 13:24:20 -05:00
committed by wmayer
parent 94bd69a4fe
commit 176cb808db

View File

@@ -262,8 +262,8 @@ CmdTechDrawToggleFrame::CmdTechDrawToggleFrame()
{
sAppModule = "TechDraw";
sGroup = QT_TR_NOOP("TechDraw");
sMenuText = QT_TR_NOOP("Turn View Frames on or off");
sToolTipText = QT_TR_NOOP("Turn View Frames on or off");
sMenuText = QT_TR_NOOP("Turn View Frames On/Off");
sToolTipText = QT_TR_NOOP("Turn View Frames On/Off");
sWhatsThis = "TechDraw_Toggle";
sStatusTip = sToolTipText;
sPixmap = "actions/techdraw-toggleframe";