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 dc4c4d27db
commit a86c0fe137
25 changed files with 152 additions and 152 deletions

View File

@@ -51,7 +51,7 @@ StdCmdPart::StdCmdPart()
sGroup = QT_TR_NOOP("Structure");
sMenuText = QT_TR_NOOP("Create part");
sToolTipText = QT_TR_NOOP("Create a new part and make it active");
sWhatsThis = sToolTipText;
sWhatsThis = "Std_Part";
sStatusTip = sToolTipText;
sPixmap = "Geofeaturegroup.svg";
}
@@ -91,7 +91,7 @@ StdCmdGroup::StdCmdGroup()
sGroup = QT_TR_NOOP("Structure");
sMenuText = QT_TR_NOOP("Create group");
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
sWhatsThis = sToolTipText;
sWhatsThis = "Std_Group";
sStatusTip = sToolTipText;
sPixmap = "Group.svg";
}