From 53cd923305c7fc59e585694624732b3c4ee9d8ee Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Thu, 16 Aug 2018 11:32:31 +0100 Subject: [PATCH] Minor fix to tooltip and comment. --- common/eda_base_frame.cpp | 2 +- eeschema/menubar.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/common/eda_base_frame.cpp b/common/eda_base_frame.cpp index bdeb6a4a4a..7e274317b0 100644 --- a/common/eda_base_frame.cpp +++ b/common/eda_base_frame.cpp @@ -249,7 +249,7 @@ void EDA_BASE_FRAME::CommonSettingsChanged() if( GetMenuBar() ) { - // For icons in menus & icon scaling + // For icons in menus, icon scaling & hotkeys ReCreateMenuBar(); GetMenuBar()->Refresh(); } diff --git a/eeschema/menubar.cpp b/eeschema/menubar.cpp index 4e2f386d48..f025ef163a 100644 --- a/eeschema/menubar.cpp +++ b/eeschema/menubar.cpp @@ -143,7 +143,7 @@ void prepareViewMenu( wxMenu* aParentMenu ) text = AddHotkeyName( _( "&Leave Sheet" ), g_Schematic_Hokeys_Descr, HK_LEAVE_SHEET ); AddMenuItem( aParentMenu, ID_POPUP_SCH_LEAVE_SHEET, text, - _( "Leave Sheet" ), + _( "Return to parent schematic sheet" ), KiBitmap( leave_sheet_xpm ) ); aParentMenu->AppendSeparator();