Renamed 'Display and Hide' menu to 'Display Options'
This commit is contained in:
parent
6bd700c5dc
commit
6105b15b2e
|
@ -342,7 +342,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
||||||
KiBitmap( preference_xpm ) );
|
KiBitmap( preference_xpm ) );
|
||||||
|
|
||||||
AddMenuItem( prefs_menu, ID_PCB_DISPLAY_OPTIONS_SETUP,
|
AddMenuItem( prefs_menu, ID_PCB_DISPLAY_OPTIONS_SETUP,
|
||||||
_( "&Display and Hide" ),
|
_( "&Display Settings" ),
|
||||||
_( "Change footprint editor display settings" ),
|
_( "Change footprint editor display settings" ),
|
||||||
KiBitmap( display_options_xpm ) );
|
KiBitmap( display_options_xpm ) );
|
||||||
|
|
||||||
|
|
|
@ -210,7 +210,7 @@ void preparePreferencesMenu( PCB_EDIT_FRAME* aFrame, wxMenu* aParentMenu )
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
AddMenuItem( aParentMenu, ID_PCB_DISPLAY_OPTIONS_SETUP,
|
AddMenuItem( aParentMenu, ID_PCB_DISPLAY_OPTIONS_SETUP,
|
||||||
_( "&Display and Hide" ),
|
_( "&Display Settings" ),
|
||||||
_( "Select how items (pads, tracks, texts) are displayed" ),
|
_( "Select how items (pads, tracks, texts) are displayed" ),
|
||||||
KiBitmap( display_options_xpm ) );
|
KiBitmap( display_options_xpm ) );
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue