Minor fix to tooltip and comment.

This commit is contained in:
Jeff Young 2018-08-16 11:32:31 +01:00
parent bd543f12b5
commit 53cd923305
2 changed files with 2 additions and 2 deletions

View File

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

View File

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