Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string
This commit is contained in:
@@ -387,7 +387,7 @@ bool NetworkRetriever::testWget()
|
||||
StdCmdDownloadOnlineHelp::StdCmdDownloadOnlineHelp( QObject * parent)
|
||||
: QObject(parent), Command("Std_DownloadOnlineHelp")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Help");
|
||||
sGroup ="Help";
|
||||
sMenuText = QT_TR_NOOP("Download online help");
|
||||
sToolTipText = QT_TR_NOOP("Download %1's online help");
|
||||
sWhatsThis = "Std_DownloadOnlineHelp";
|
||||
|
||||
Reference in New Issue
Block a user