Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string

This commit is contained in:
wmayer
2021-09-29 16:31:55 +02:00
parent 3edea9891f
commit 6f20e3e4d8
16 changed files with 201 additions and 184 deletions

View File

@@ -42,7 +42,7 @@ bool StdCmdDescription::_descrMode = false;
StdCmdDescription::StdCmdDescription()
: Command("Std_DescriptionMode")
{
sGroup = QT_TR_NOOP("Help");
sGroup = "Help";
sMenuText = QT_TR_NOOP("Des&cription");
sToolTipText = QT_TR_NOOP("Long description of commands");
sWhatsThis = "Std_DescriptionMode";