[rkward-cvs] SF.net SVN: rkward-code:[4949] trunk/rkward/rkward/misc/xmlhelper.cpp
tfry at users.sf.net
tfry at users.sf.net
Fri Oct 24 18:04:37 UTC 2014
Revision: 4949
http://sourceforge.net/p/rkward/code/4949
Author: tfry
Date: 2014-10-24 18:04:35 +0000 (Fri, 24 Oct 2014)
Log Message:
-----------
Small rename
Modified Paths:
--------------
trunk/rkward/rkward/misc/xmlhelper.cpp
Modified: trunk/rkward/rkward/misc/xmlhelper.cpp
===================================================================
--- trunk/rkward/rkward/misc/xmlhelper.cpp 2014-10-24 18:03:39 UTC (rev 4948)
+++ trunk/rkward/rkward/misc/xmlhelper.cpp 2014-10-24 18:04:35 UTC (rev 4949)
@@ -248,7 +248,7 @@
displayError (&element, i18n ("'%1'-attribute not given. Assuming '%2'", name, def), debug_level);
return def;
}
- const QString context_element ("i18ncontext");
+ const QString context_element ("i18n_context");
if (element.hasAttribute (context_element)) return (catalog->translate (context_element, element.attribute (name)));
return (catalog->translate (element.attribute (name)));
}
More information about the rkward-tracker
mailing list