aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/options.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/options.cpp b/gui/options.cpp
index 7032d10130..3e6183c54a 100644
--- a/gui/options.cpp
+++ b/gui/options.cpp
@@ -1695,7 +1695,7 @@ void GlobalOptionsDialog::build() {
_guiLanguageUseGameLanguageCheckbox = new CheckboxWidget(tab, "GlobalOptions_Misc.GuiLanguageUseGameLanguage",
_("Switch the GUI language to the game language"),
_("When starting a game, change the GUI language to the game language."
- "That way, if a game uses the ScummVM save and load dialogs, they are"
+ "That way, if a game uses the ScummVM save and load dialogs, they are "
"in the same language as the game.")
);