0001056: Better tooltip for Sketcher Polyline tool
This commit is contained in:
parent
1bb9e53326
commit
5fff0f0fb8
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue
Block a user