Draft: add more context to select plane command message

This commit is contained in:
Furgo
2025-05-12 18:34:59 +02:00
committed by Kacper Donat
parent 2b5833fa49
commit 576b5ffb41

View File

@@ -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):