From 3575b8874a6f7fd08d4c4be7dc0bcc3f0e0094fc Mon Sep 17 00:00:00 2001 From: Chris Hennes Date: Mon, 6 Jun 2022 12:11:59 -0500 Subject: [PATCH] Draft: Fix menu text for Select Plane --- 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 a35571dd74..56c0bd8c38 100644 --- a/src/Mod/Draft/draftguitools/gui_selectplane.py +++ b/src/Mod/Draft/draftguitools/gui_selectplane.py @@ -62,7 +62,7 @@ class Draft_SelectPlane: """Set icon, menu and tooltip.""" d = {'Pixmap': 'Draft_SelectPlane', 'Accel': "W, P", - 'MenuText': QT_TRANSLATE_NOOP("Draft_SelectPlane", "SelectPlane"), + 'MenuText': QT_TRANSLATE_NOOP("Draft_SelectPlane", "Select Plane"), 'ToolTip': QT_TRANSLATE_NOOP("Draft_SelectPlane", "Select the face of solid body to create a working plane on which to sketch Draft objects.\nYou may also select a three vertices or a Working Plane Proxy.")} return d