Assembly: Fix translatable strings (#24243)

* Assembly: Fix translatable strings

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
This commit is contained in:
Chris Hennes
2025-09-29 10:48:01 -05:00
committed by GitHub
parent 861470c6ac
commit 0b14e8e24b
7 changed files with 68 additions and 152 deletions

View File

@@ -53,12 +53,10 @@ class CommandCreateView:
"Pixmap": "Assembly_ExplodedView",
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateView", "Exploded View"),
"Accel": "E",
"ToolTip": "<p>"
+ QT_TRANSLATE_NOOP(
"ToolTip": QT_TRANSLATE_NOOP(
"Assembly_CreateView",
"Creates an exploded view of the current assembly",
)
+ "</p>",
),
"CmdType": "ForEdit",
}