Small typo in menubar

This commit is contained in:
Marco Ciampa 2018-03-24 09:56:30 +01:00 committed by Jon Evans
parent 97fffe875f
commit 4594fedc2c
1 changed files with 1 additions and 1 deletions

View File

@ -741,6 +741,6 @@ static void preparePreferencesMenu( SCH_EDIT_FRAME* aFrame, wxMenu* aParentMenu
AddMenuItem( aParentMenu, AddMenuItem( aParentMenu,
ID_CONFIG_READ, ID_CONFIG_READ,
_( "Load P&roject File..." ), _( "Load P&roject File..." ),
_( "Load project preferences into a project file" ), _( "Load project preferences from a project file" ),
KiBitmap( import_setup_xpm ) ); KiBitmap( import_setup_xpm ) );
} }