[rkward-cvs] SF.net SVN: rkward:[3429] trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Tue Feb 8 19:35:31 UTC 2011


Revision: 3429
          http://rkward.svn.sourceforge.net/rkward/?rev=3429&view=rev
Author:   tfry
Date:     2011-02-08 19:35:31 +0000 (Tue, 08 Feb 2011)

Log Message:
-----------
Wrong index.

Modified Paths:
--------------
    trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp

Modified: trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp
===================================================================
--- trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp	2011-02-08 18:09:02 UTC (rev 3428)
+++ trunk/rkward/rkward/dialogs/rkrecoverdialog.cpp	2011-02-08 19:35:31 UTC (rev 3429)
@@ -41,7 +41,7 @@
 	QLabel *label = new QLabel (this);
 	QString text = i18n ("<p><b>Crash revocery file detected</b></p>");
 	text.append (i18n ("<p>It looks like RKWard has crashed, recently. We are sorry about that! However, not everything is lost, and with a bit of luck, your data has been saved in time.</p>"));
-	text.append (i18np ("<p>A workspace recovery file exists in <i>%2</i> as <i>%4</i>.</p>", "<p>%1 workspace recovery files exist in <i>%2</i>, the most recent one of which is <i>%3</i>.</p>", recovery_files.count (), RKSettingsModuleGeneral::filesPath (), recovery_files.first ()));
+	text.append (i18np ("<p>A workspace recovery file exists in <i>%2</i> as <i>%3</i>.</p>", "<p>%1 workspace recovery files exist in <i>%2</i>, the most recent one of which is <i>%3</i>.</p>", recovery_files.count (), RKSettingsModuleGeneral::filesPath (), recovery_files.first ()));
 	text.append (i18n ("<p>Do you want to open this file, now? <b>Note</b>: You will be prompted again, next time you start RKWard, until you remove/rename the file, manually.</p>"));
 	label->setText (text);
 	label->setWordWrap (true);


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