mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-03 17:58:34 +00:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
parent
5102e76a7f
commit
3c6742f66f
14 changed files with 43 additions and 7 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue