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:
@@ -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>"
|
||||
|
||||
Reference in New Issue
Block a user