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:
@@ -66,12 +66,10 @@ class CommandCreateSimulation:
|
||||
"Pixmap": "Assembly_CreateSimulation",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Assembly_CreateSimulation", "Simulation"),
|
||||
"Accel": "V",
|
||||
"ToolTip": "<p>"
|
||||
+ QT_TRANSLATE_NOOP(
|
||||
"ToolTip": QT_TRANSLATE_NOOP(
|
||||
"Assembly_CreateSimulation",
|
||||
"Creates a new simulation of the current assembly",
|
||||
)
|
||||
+ "</p>",
|
||||
),
|
||||
"CmdType": "ForEdit",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user