GUI: change FullScreen into fullscreen

This makes it consistant with other references to fullscreen.
This commit is contained in:
Ben Castricum 2014-08-19 20:32:00 +02:00
parent fd2ee7921f
commit 0d215badf7
22 changed files with 22 additions and 22 deletions

View file

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