Minor fix to tooltip and comment.
This commit is contained in:
parent
bd543f12b5
commit
53cd923305
|
@ -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();
|
||||
}
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue