aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 8f3bfd2c33..cbe39b5952 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -705,7 +705,7 @@ void SaveLoadChooser::updateSelection(bool redraw) {
}
if (_playTimeSupport) {
- Common::String time = "Playtime:";
+ Common::String time = "Playtime: ";
if (desc.contains("play_time"))
time += desc.getVal("play_time");
else