From 576b5ffb41749fe040212ad108017aff07820d09 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Mon, 12 May 2025 18:34:59 +0200 Subject: [PATCH] Draft: add more context to select plane command message --- src/Mod/Draft/draftguitools/gui_selectplane.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):