From 000dd0a880827bb09f3c9308f2825bfe3443b65f Mon Sep 17 00:00:00 2001 From: Nicola Mettifogo Date: Thu, 30 Jul 2009 13:42:08 +0000 Subject: [PATCH] Fixed typo in user message. svn-id: r42923 --- engines/parallaction/saveload.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/parallaction/saveload.cpp b/engines/parallaction/saveload.cpp index f496f044783..e42b7df16bd 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) {