summaryrefslogtreecommitdiff
path: root/src/gui/setup_video.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/setup_video.cpp')
-rw-r--r--src/gui/setup_video.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/setup_video.cpp b/src/gui/setup_video.cpp
index 2bd7ee38..d2c6d93c 100644
--- a/src/gui/setup_video.cpp
+++ b/src/gui/setup_video.cpp
@@ -263,7 +263,7 @@ void Setup_Video::apply()
}
}
} else {
- new OkDialog("Switching to FullScreen",
+ new OkDialog("Switching to full screen",
"Restart needed for changes to take effect.");
}
config.setValue("screen", fullscreen ? 1 : 0);