[rkward-cvs] SF.net SVN: rkward: [1305] trunk/rkward/rkward/misc/xmlhelper.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Sun Feb 4 19:49:04 UTC 2007
Revision: 1305
http://svn.sourceforge.net/rkward/?rev=1305&view=rev
Author: tfry
Date: 2007-02-04 11:49:04 -0800 (Sun, 04 Feb 2007)
Log Message:
-----------
Change misleading i18n message
Modified Paths:
--------------
trunk/rkward/rkward/misc/xmlhelper.cpp
Modified: trunk/rkward/rkward/misc/xmlhelper.cpp
===================================================================
--- trunk/rkward/rkward/misc/xmlhelper.cpp 2007-02-04 19:46:22 UTC (rev 1304)
+++ trunk/rkward/rkward/misc/xmlhelper.cpp 2007-02-04 19:49:04 UTC (rev 1305)
@@ -216,7 +216,7 @@
if (res == "true") return true;
if (res == "false") return false;
- displayError (&element, i18n ("Illegal attribute value. Allowed values are 'true' or 'false', only."), debug_level, DL_ERROR);
+ displayError (&element, i18n ("Illegal attribute value. Allowed values are '%1' or '%2', only.").arg ("true").arg ("false"), debug_level, DL_ERROR);
return def;
}
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