committed by
Kacper Donat
parent
627a89d8db
commit
2c7ee9b8ed
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user