Assembly: Update UI strings for consistency

Closes: #22194
This commit is contained in:
Ryan Kembrey
2025-08-04 20:14:38 +02:00
committed by Kacper Donat
parent 627a89d8db
commit 2c7ee9b8ed
14 changed files with 93 additions and 112 deletions
+2 -2
View File
@@ -51,12 +51,12 @@ class CommandCreateView:
def GetResources(self):
return {
"Pixmap": "Assembly_ExplodedView",
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Create Exploded View"),
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Exploded View"),
"Accel": "E",
"ToolTip": "<p>"
+ QT_TRANSLATE_NOOP(
"Assembly_CreateView",
"Create an exploded view of the current assembly.",
"Creates an exploded view of the current assembly",
)
+ "</p>",
"CmdType": "ForEdit",