[Scummvm-cvs-logs] SF.net SVN: scummvm:[42923] scummvm/trunk/engines/parallaction/saveload.cpp

peres001 at users.sourceforge.net peres001 at users.sourceforge.net
Thu Jul 30 15:42:08 CEST 2009


Revision: 42923
          http://scummvm.svn.sourceforge.net/scummvm/?rev=42923&view=rev
Author:   peres001
Date:     2009-07-30 13:42:08 +0000 (Thu, 30 Jul 2009)

Log Message:
-----------
Fixed typo in user message.

Modified Paths:
--------------
    scummvm/trunk/engines/parallaction/saveload.cpp

Modified: scummvm/trunk/engines/parallaction/saveload.cpp
===================================================================
--- scummvm/trunk/engines/parallaction/saveload.cpp	2009-07-30 13:41:22 UTC (rev 42922)
+++ scummvm/trunk/engines/parallaction/saveload.cpp	2009-07-30 13:42:08 UTC (rev 42923)
@@ -431,7 +431,7 @@
 	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) {


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list