[rkward-cvs] SF.net SVN: rkward:[3082] trunk/rkward/rkward/windows/rkcommandeditorwindow .cpp

manchito at users.sourceforge.net manchito at users.sourceforge.net
Mon Sep 27 20:03:32 UTC 2010


Revision: 3082
          http://rkward.svn.sourceforge.net/rkward/?rev=3082&view=rev
Author:   manchito
Date:     2010-09-27 20:03:32 +0000 (Mon, 27 Sep 2010)

Log Message:
-----------
Another minor correction

Modified Paths:
--------------
    trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp

Modified: trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2010-09-27 19:33:51 UTC (rev 3081)
+++ trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp	2010-09-27 20:03:32 UTC (rev 3082)
@@ -441,7 +441,7 @@
 	RK_TRACE (COMMANDEDITOR);
 
 	if (seq->hadError ()) {
-		KMessageBox::detailedError (this, i18n ("An error occurred during while trying to create an autosave of the script file '%1':", url ().url ()), "- " + seq->errors ().join ("\n- "));
+		KMessageBox::detailedError (this, i18n ("An error occurred while trying to create an autosave of the script file '%1':", url ().url ()), "- " + seq->errors ().join ("\n- "));
 	}
 }
 


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




More information about the rkward-tracker mailing list