[rkward-cvs] SF.net SVN: rkward: [912] trunk/rkward/rkward/plugin/rkstandardcomponent. cpp

tfry at users.sourceforge.net tfry at users.sourceforge.net
Wed Nov 1 16:26:16 UTC 2006


Revision: 912
          http://svn.sourceforge.net/rkward/?rev=912&view=rev
Author:   tfry
Date:     2006-11-01 08:26:11 -0800 (Wed, 01 Nov 2006)

Log Message:
-----------
typo

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

Modified: trunk/rkward/rkward/plugin/rkstandardcomponent.cpp
===================================================================
--- trunk/rkward/rkward/plugin/rkstandardcomponent.cpp	2006-11-01 16:19:55 UTC (rev 911)
+++ trunk/rkward/rkward/plugin/rkstandardcomponent.cpp	2006-11-01 16:26:11 UTC (rev 912)
@@ -66,7 +66,7 @@
 	XMLHelper* xml = XMLHelper::getStaticHelper ();
 	QDomElement doc_element = xml->openXMLFile (filename, DL_ERROR);
 	if (xml->highestError () >= DL_ERROR) {
-		KMessageBox::error (this, i18n ("There has been an error while trying to parse the description of this pluign ('%1'). Please refer to stdout for details.").arg (filename), i18n("Could not create plugin"));
+		KMessageBox::error (this, i18n ("There has been an error while trying to parse the description of this plugin ('%1'). Please refer to stdout for details.").arg (filename), i18n ("Could not create plugin"));
 		removeFromParent ();
 		deleteLater ();
 		return;


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