GUI: change FullScreen into fullscreen
This makes it consistant with other references to fullscreen.
This commit is contained in:
parent
fd2ee7921f
commit
0d215badf7
22 changed files with 22 additions and 22 deletions
|
@ -323,7 +323,7 @@ static void setupKeymapper(OSystem &system) {
|
|||
act = new Action(primaryGlobalKeymap, "REMP", _("Remap keys"));
|
||||
act->addEvent(EVENT_KEYMAPPER_REMAP);
|
||||
|
||||
act = new Action(primaryGlobalKeymap, "FULS", _("Toggle FullScreen"));
|
||||
act = new Action(primaryGlobalKeymap, "FULS", _("Toggle fullscreen"));
|
||||
act->addKeyEvent(KeyState(KEYCODE_RETURN, ASCII_RETURN, KBD_ALT));
|
||||
|
||||
mapper->addGlobalKeymap(primaryGlobalKeymap);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue