From 8ff91cc0da78307e6e04811215043a04136c687e Mon Sep 17 00:00:00 2001 From: Seth Hillbrand Date: Wed, 7 Mar 2018 21:34:02 -0800 Subject: [PATCH] Standardize hotkeys table --- eeschema/menubar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/menubar.cpp b/eeschema/menubar.cpp index 177c18027b..0ea9c4d034 100644 --- a/eeschema/menubar.cpp +++ b/eeschema/menubar.cpp @@ -655,7 +655,7 @@ void prepareHelpMenu( wxMenu* aParentMenu ) AddMenuItem( aParentMenu, ID_PREFERENCES_HOTKEY_SHOW_CURRENT_LIST, text, - _( "Displays current hotkeys list and corresponding commands" ), + _( "Displays current hotkeys table and corresponding commands" ), KiBitmap( hotkeys_xpm ) ); aParentMenu->AppendSeparator();