sWhatsThis fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
@@ -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";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user