Standardize hotkeys table

This commit is contained in:
Seth Hillbrand 2018-03-07 21:34:02 -08:00
parent 5aa4129a88
commit 8ff91cc0da
1 changed files with 1 additions and 1 deletions

View File

@ -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();