diff --git a/src/Mod/Draft/draftguitools/gui_selectplane.py b/src/Mod/Draft/draftguitools/gui_selectplane.py index 46fa0df01c..a9cdcf4959 100644 --- a/src/Mod/Draft/draftguitools/gui_selectplane.py +++ b/src/Mod/Draft/draftguitools/gui_selectplane.py @@ -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):