diff options
author | Johannes Schickel | 2008-09-14 20:01:01 +0000 |
---|---|---|
committer | Johannes Schickel | 2008-09-14 20:01:01 +0000 |
commit | 5fdd883327da62f66f4c70895ae1df3aa9154e71 (patch) | |
tree | d32fba3aa093f8d136ee6b805f53ed0ef09d9ab4 /gui | |
parent | 48adf18e21beedc2d56a88d9ca2aee36b507cfcb (diff) | |
download | scummvm-rg350-5fdd883327da62f66f4c70895ae1df3aa9154e71.tar.gz scummvm-rg350-5fdd883327da62f66f4c70895ae1df3aa9154e71.tar.bz2 scummvm-rg350-5fdd883327da62f66f4c70895ae1df3aa9154e71.zip |
Changed message when trying to open the load dialog for games not supporting direct loading.
svn-id: r34536
Diffstat (limited to 'gui')
-rw-r--r-- | gui/launcher.cpp | 2 |
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 { |