Fix mnemonic typo in pcbnew menubar

(cherry picked from commit bbcea3c98d)
This commit is contained in:
Michael Kavanagh 2019-03-26 18:19:54 +00:00 committed by Wayne Stambaugh
parent 082bbd49e7
commit 5ee61f5ae7
1 changed files with 1 additions and 1 deletions

View File

@ -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" ),