[rkward-cvs] SF.net SVN: rkward:[2958] trunk/rkward/rkward/rkward.cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Mon Aug 2 09:58:43 UTC 2010


Revision: 2958
          http://rkward.svn.sourceforge.net/rkward/?rev=2958&view=rev
Author:   tfry
Date:     2010-08-02 09:58:43 +0000 (Mon, 02 Aug 2010)

Log Message:
-----------
Fix typo. @Stefan: rkward.pot is a generated file, making changes, there, does not work. Messages need to be fixed in the source files, directly.

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

Modified: trunk/rkward/rkward/rkward.cpp
===================================================================
--- trunk/rkward/rkward/rkward.cpp	2010-07-31 00:25:04 UTC (rev 2957)
+++ trunk/rkward/rkward/rkward.cpp	2010-08-02 09:58:43 UTC (rev 2958)
@@ -192,7 +192,7 @@
 	}
 
 #ifdef Q_WS_WIN
-	KMessageBox::information (this, i18n ("<p>Please note that RKWard on is not well tested on Windows, yet.</p><p>There are all sorts of known issues, and issues yet to be reported. If you'd like to help: <a href=\"http://p.sf.net/rkward/contact\">http://p.sf.net/rkward/contact</a>.</p>"), i18n ("RKWard on Windows"), "rkward_on_windows", KMessageBox::Notify | KMessageBox::AllowLink);
+	KMessageBox::information (this, i18n ("<p>Please note that RKWard is not well tested on Windows, yet.</p><p>There are all sorts of known issues, and issues yet to be reported. If you'd like to help: <a href=\"http://p.sf.net/rkward/contact\">http://p.sf.net/rkward/contact</a>.</p>"), i18n ("RKWard on Windows"), "rkward_on_windows", KMessageBox::Notify | KMessageBox::AllowLink);
 #endif
 
 	setUpdatesEnabled (false);


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