Draft: add more context to select plane command message
This commit is contained in:
@@ -56,7 +56,7 @@ class Draft_SelectPlane:
|
||||
"""Set icon, menu and tooltip."""
|
||||
return {"Pixmap": "Draft_SelectPlane",
|
||||
"Accel": "W, P",
|
||||
"MenuText": QT_TRANSLATE_NOOP("Draft_SelectPlane", "Select plane"),
|
||||
"MenuText": QT_TRANSLATE_NOOP("Draft_SelectPlane", "Select working plane"),
|
||||
"ToolTip": QT_TRANSLATE_NOOP("Draft_SelectPlane", "Select 3 vertices, one or more shapes or an object to define a working plane.")}
|
||||
|
||||
def IsActive(self):
|
||||
|
||||
Reference in New Issue
Block a user