sWhatsThis fixes

ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
luz.paz
2018-01-31 10:14:53 -05:00
committed by wmayer
parent a3da17b626
commit 69216f3604
25 changed files with 152 additions and 152 deletions

View File

@@ -42,7 +42,7 @@ CmdStartConstraintAxle::CmdStartConstraintAxle()
sGroup = QT_TR_NOOP("Start");
sMenuText = QT_TR_NOOP("Constraint Axle...");
sToolTipText = QT_TR_NOOP("Set an axle constraint between two objects");
sWhatsThis = sToolTipText;
sWhatsThis = "Start_ConstraintAxle";
sStatusTip = sToolTipText;
sPixmap = "actions/document-new";
}