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