Small typo in menubar
This commit is contained in:
parent
97fffe875f
commit
4594fedc2c
|
@ -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 ) );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue