Fix mnemonic typo in pcbnew menubar
(cherry picked from commit bbcea3c98d
)
This commit is contained in:
parent
082bbd49e7
commit
5ee61f5ae7
|
@ -506,7 +506,7 @@ void prepareEditMenu( wxMenu* aParentMenu, bool aUseGal )
|
||||||
|
|
||||||
aParentMenu->AppendSeparator();
|
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 );
|
HK_ZONE_FILL_OR_REFILL );
|
||||||
AddMenuItem( aParentMenu, ID_POPUP_PCB_FILL_ALL_ZONES,
|
AddMenuItem( aParentMenu, ID_POPUP_PCB_FILL_ALL_ZONES,
|
||||||
text, _( "Fill all zones on the board" ),
|
text, _( "Fill all zones on the board" ),
|
||||||
|
|
Loading…
Reference in New Issue