Gui: remove QT_TR_NOOP from command group names and use "CommandGroup" as context string
This commit is contained in:
@@ -48,7 +48,7 @@ DEF_STD_CMD_A(StdCmdPart)
|
||||
StdCmdPart::StdCmdPart()
|
||||
: Command("Std_Part")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Structure");
|
||||
sGroup = "Structure";
|
||||
sMenuText = QT_TR_NOOP("Create part");
|
||||
sToolTipText = QT_TR_NOOP("Create a new part and make it active");
|
||||
sWhatsThis = "Std_Part";
|
||||
@@ -89,7 +89,7 @@ DEF_STD_CMD_A(StdCmdGroup)
|
||||
StdCmdGroup::StdCmdGroup()
|
||||
: Command("Std_Group")
|
||||
{
|
||||
sGroup = QT_TR_NOOP("Structure");
|
||||
sGroup = "Structure";
|
||||
sMenuText = QT_TR_NOOP("Create group");
|
||||
sToolTipText = QT_TR_NOOP("Create a new group for ordering objects");
|
||||
sWhatsThis = "Std_Group";
|
||||
|
||||
Reference in New Issue
Block a user