0001056: Better tooltip for Sketcher Polyline tool

This commit is contained in:
Yorik van Havre 2013-03-16 23:21:45 -03:00
parent 1bb9e53326
commit 5fff0f0fb8

View File

@ -957,7 +957,7 @@ CmdSketcherCreatePolyline::CmdSketcherCreatePolyline()
sAppModule = "Sketcher";
sGroup = QT_TR_NOOP("Sketcher");
sMenuText = QT_TR_NOOP("Create polyline");
sToolTipText = QT_TR_NOOP("Create a polyline in the sketch");
sToolTipText = QT_TR_NOOP("Create a polyline in the sketch. 'M' Key cycles behaviour");
sWhatsThis = sToolTipText;
sStatusTip = sToolTipText;
sPixmap = "Sketcher_CreatePolyline";