Assembly: Make 2 menu texts more consistent

Menu texts in the Assembly WB are in title case without articles.

The following menu texts did not follow that 'standard':
* Insert a new part
* Create a Fixed Joint
This commit is contained in:
Roy-043
2025-02-23 15:34:47 +01:00
committed by Chris Hennes
parent 3ebd6ed88d
commit 4e5bd67291
2 changed files with 2 additions and 2 deletions

View File

@@ -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": "<p>"

View File

@@ -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": "<p>"
+ QT_TRANSLATE_NOOP(