diff --git a/src/Mod/Assembly/CommandCreateJoint.py b/src/Mod/Assembly/CommandCreateJoint.py index 3360813a3b..29428a9c16 100644 --- a/src/Mod/Assembly/CommandCreateJoint.py +++ b/src/Mod/Assembly/CommandCreateJoint.py @@ -73,7 +73,7 @@ class CommandCreateJointFixed: "Pixmap": "Assembly_CreateJointFixed", "MenuText": QT_TRANSLATE_NOOP( "Assembly_CreateJointFixed", - "Create a Fixed Joint", + "Create Fixed Joint", ), "Accel": "F", "ToolTip": "

" diff --git a/src/Mod/Assembly/CommandInsertNewPart.py b/src/Mod/Assembly/CommandInsertNewPart.py index 29828a4234..c802fe3e68 100644 --- a/src/Mod/Assembly/CommandInsertNewPart.py +++ b/src/Mod/Assembly/CommandInsertNewPart.py @@ -51,7 +51,7 @@ class CommandInsertNewPart: def GetResources(self): return { "Pixmap": "Geofeaturegroup", - "MenuText": QT_TRANSLATE_NOOP("Assembly_InsertNewPart", "Insert a new part"), + "MenuText": QT_TRANSLATE_NOOP("Assembly_InsertNewPart", "Insert New Part"), "Accel": "P", "ToolTip": "

" + QT_TRANSLATE_NOOP(