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();