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

tfry at users.sourceforge.net tfry at users.sourceforge.net
Sun Mar 4 19:43:19 UTC 2007


Revision: 1535
          http://svn.sourceforge.net/rkward/?rev=1535&view=rev
Author:   tfry
Date:     2007-03-04 11:43:18 -0800 (Sun, 04 Mar 2007)

Log Message:
-----------
Slightly updated startup message, as suggested on the list

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

Modified: trunk/rkward/rkward/rkward.cpp
===================================================================
--- trunk/rkward/rkward/rkward.cpp	2007-03-04 19:31:15 UTC (rev 1534)
+++ trunk/rkward/rkward/rkward.cpp	2007-03-04 19:43:18 UTC (rev 1535)
@@ -194,7 +194,7 @@
 
 	startR ();
 
-	QString dummy = i18n ("Please note that RKWard is still far from being finished. We feel it is already helpful for a number of tasks, but many features are lacking or buggy. You can help us by filing bug reports, feature requests, or providing feedback in any other form. Please visit http://rkward.sourceforge.net for contact information.");
+	QString dummy = i18n ("RKWard has made great progress in the past few months and it is already helpful for many tasks, but some features may be lacking. You can help us by filing bug reports, feature requests, or providing feedback in any other form. Please visit http://rkward.sourceforge.net for more information.");
 	KMessageBox::information (this, dummy, i18n("What to expect of RKWard"), "state_of_rkward");
 	
 	initPlugins ();


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