More debug text fixes

Also a few small non-debug text changes.
This commit is contained in:
JosJuice 2016-10-31 15:06:27 +01:00
parent 5102e76a7f
commit 3c6742f66f
14 changed files with 43 additions and 7 deletions

View file

@ -225,10 +225,13 @@ const wxString WXKeyToString(int keycode)
case WXK_NUMPAD_DIVIDE:
return _("NP Divide");
case WXK_WINDOWS_LEFT:
// i18n: The left Windows key on PC keyboards
return _("Windows Left");
case WXK_WINDOWS_RIGHT:
// i18n: The right Windows key on PC keyboards
return _("Windows Right");
case WXK_WINDOWS_MENU:
// i18n: The context menu key on the right of PC keyboards
return _("Windows Menu");
}