aboutsummaryrefslogtreecommitdiff
path: root/base/main.cpp
diff options
context:
space:
mode:
authorBen Castricum2014-08-19 20:32:00 +0200
committerBen Castricum2014-08-28 20:46:30 +0200
commit0d215badf78056cb72672bdaa6dfdeb5b79491e8 (patch)
treee11d486352227ee5be66aebd43bf00f3d67d9a1c /base/main.cpp
parentfd2ee7921f9410241a96516c06387a12c9ac3bec (diff)
downloadscummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.tar.gz
scummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.tar.bz2
scummvm-rg350-0d215badf78056cb72672bdaa6dfdeb5b79491e8.zip
GUI: change FullScreen into fullscreen
This makes it consistant with other references to fullscreen.
Diffstat (limited to 'base/main.cpp')
-rw-r--r--base/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/main.cpp b/base/main.cpp
index 7451c007a4..b5de7d94d2 100644
--- a/base/main.cpp
+++ b/base/main.cpp
@@ -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);