mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-13 00:58:29 +02:00
More debug text fixes
Also a few small non-debug text changes.
This commit is contained in:
@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user