aboutsummaryrefslogtreecommitdiff
path: root/gui/launcher.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'gui/launcher.cpp')
-rw-r--r--gui/launcher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/launcher.cpp b/gui/launcher.cpp
index 6e66c819cd..bb4a9dcb3c 100644
--- a/gui/launcher.cpp
+++ b/gui/launcher.cpp
@@ -990,7 +990,7 @@ void LauncherDialog::loadGame(int item) {
}
} else {
MessageDialog dialog
- ("Sorry, this game does not yet support loading games from the launcher.", "OK");
+ ("This game does not support loading games from the launcher.", "OK");
dialog.runModal();
}
} else {