Changed message when trying to open the load dialog for games not supporting direct loading.

svn-id: r34536
This commit is contained in:
Johannes Schickel 2008-09-14 20:01:01 +00:00
parent 48adf18e21
commit 5fdd883327

View File

@ -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 {