aboutsummaryrefslogtreecommitdiff
path: root/engines/parallaction
diff options
context:
space:
mode:
authorNicola Mettifogo2009-07-30 13:42:08 +0000
committerNicola Mettifogo2009-07-30 13:42:08 +0000
commit000dd0a880827bb09f3c9308f2825bfe3443b65f (patch)
treeb75967d527d5f9afe3d6a4a7b10c894cf63f0c02 /engines/parallaction
parent4f85e9d00d7101e3d180e38fb07feda5b3627cfd (diff)
downloadscummvm-rg350-000dd0a880827bb09f3c9308f2825bfe3443b65f.tar.gz
scummvm-rg350-000dd0a880827bb09f3c9308f2825bfe3443b65f.tar.bz2
scummvm-rg350-000dd0a880827bb09f3c9308f2825bfe3443b65f.zip
Fixed typo in user message.
svn-id: r42923
Diffstat (limited to 'engines/parallaction')
-rw-r--r--engines/parallaction/saveload.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/parallaction/saveload.cpp b/engines/parallaction/saveload.cpp
index f496f04478..e42b7df16b 100644
--- a/engines/parallaction/saveload.cpp
+++ b/engines/parallaction/saveload.cpp
@@ -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) {