mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-26 20:59:00 +00:00
Changed message when trying to open the load dialog for games not supporting direct loading.
svn-id: r34536
This commit is contained in:
parent
48adf18e21
commit
5fdd883327
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user