mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-19 16:18:45 +00:00
Fixed typo in user message.
svn-id: r42923
This commit is contained in:
parent
4f85e9d00d
commit
000dd0a880
@ -431,7 +431,7 @@ void SaveLoad_ns::renameOldSavefiles() {
|
||||
GUI::MessageDialog dialog0(
|
||||
"ScummVM found that you have old savefiles for Nippon Safes that should be renamed.\n"
|
||||
"The old names are no longer supported, so you will not be able to load your games if you don't convert them.\n\n"
|
||||
"Press OK to convert them now, otherwise you will be asked you next time.\n", "OK", "Cancel");
|
||||
"Press OK to convert them now, otherwise you will be asked next time.\n", "OK", "Cancel");
|
||||
|
||||
int choice = dialog0.runModal();
|
||||
if (choice == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user