Renamed 'Display and Hide' menu to 'Display Options'

This commit is contained in:
Maciej Suminski 2017-11-28 14:46:37 +01:00
parent 6bd700c5dc
commit 6105b15b2e
2 changed files with 2 additions and 2 deletions

View File

@ -342,7 +342,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
KiBitmap( preference_xpm ) );
AddMenuItem( prefs_menu, ID_PCB_DISPLAY_OPTIONS_SETUP,
_( "&Display and Hide" ),
_( "&Display Settings" ),
_( "Change footprint editor display settings" ),
KiBitmap( display_options_xpm ) );

View File

@ -210,7 +210,7 @@ void preparePreferencesMenu( PCB_EDIT_FRAME* aFrame, wxMenu* aParentMenu )
#endif
AddMenuItem( aParentMenu, ID_PCB_DISPLAY_OPTIONS_SETUP,
_( "&Display and Hide" ),
_( "&Display Settings" ),
_( "Select how items (pads, tracks, texts) are displayed" ),
KiBitmap( display_options_xpm ) );