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

@@ -45,7 +45,7 @@ Cmd_TEMPLATE_Test::Cmd_TEMPLATE_Test()
sGroup = QT_TR_NOOP("_TEMPLATE_");
sMenuText = QT_TR_NOOP("Hello");
sToolTipText = QT_TR_NOOP("_TEMPLATE_ Test function");
sWhatsThis = QT_TR_NOOP("_TEMPLATE_ Test function");
sWhatsThis = "_TEMPLATE__Test";
sStatusTip = QT_TR_NOOP("_TEMPLATE_ Test function");
sPixmap = "Test1";
sAccel = "CTRL+H";