sWhatsThis fixes
ref: https://forum.freecadweb.org/viewtopic.php?f=10&t=26687
This commit is contained in:
@@ -388,7 +388,7 @@ StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp( QObject * parent)
|
||||
sGroup = QT_TR_NOOP("Help");
|
||||
sMenuText = QT_TR_NOOP("Download online help");
|
||||
sToolTipText = QT_TR_NOOP("Download %1's online help");
|
||||
sWhatsThis = QT_TR_NOOP("Download %1's online help");
|
||||
sWhatsThis = "Std_DownloadOnlineHelp";
|
||||
sStatusTip = QT_TR_NOOP("Download %1's online help");
|
||||
sPixmap = "help";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user