From e45cdaedb64811168763b7507343b0de05928c65 Mon Sep 17 00:00:00 2001 From: Simon Wells Date: Thu, 24 Sep 2015 06:45:24 +1200 Subject: [PATCH] fixed footprint editor accelerator --- pcbnew/menubar_modedit.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/menubar_modedit.cpp b/pcbnew/menubar_modedit.cpp index dd981d95f1..8065ef4e62 100644 --- a/pcbnew/menubar_modedit.cpp +++ b/pcbnew/menubar_modedit.cpp @@ -338,7 +338,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar() // Contents AddMenuItem( helpMenu, wxID_HELP, - _( "P&cbnew Manual" ), + _( "Pcbnew &Manual" ), _( "Open the Pcbnew Manual" ), KiBitmap( online_help_xpm ) );