Browse Source

Fix mnemonic typo in pcbnew menubar

pull/13/head
Michael Kavanagh 7 years ago
committed by Wayne Stambaugh
parent
commit
bbcea3c98d
  1. 2
      pcbnew/menubar_pcb_editor.cpp

2
pcbnew/menubar_pcb_editor.cpp

@ -506,7 +506,7 @@ void prepareEditMenu( wxMenu* aParentMenu, bool aUseGal )
aParentMenu->AppendSeparator();
text = AddHotkeyName( _( "Fill All *Zones" ), g_Board_Editor_Hotkeys_Descr,
text = AddHotkeyName( _( "Fill All &Zones" ), g_Board_Editor_Hotkeys_Descr,
HK_ZONE_FILL_OR_REFILL );
AddMenuItem( aParentMenu, ID_POPUP_PCB_FILL_ALL_ZONES,
text, _( "Fill all zones on the board" ),

Loading…
Cancel
Save