[rkward-cvs] SF.net SVN: rkward-code:[4582] trunk/rkward/rkward/core/rkpseudoobjects.cpp
tfry at users.sf.net
tfry at users.sf.net
Tue Mar 12 10:41:24 UTC 2013
Revision: 4582
http://sourceforge.net/p/rkward/code/4582
Author: tfry
Date: 2013-03-12 10:41:24 +0000 (Tue, 12 Mar 2013)
Log Message:
-----------
Make string translatable
Modified Paths:
--------------
trunk/rkward/rkward/core/rkpseudoobjects.cpp
Modified: trunk/rkward/rkward/core/rkpseudoobjects.cpp
===================================================================
--- trunk/rkward/rkward/core/rkpseudoobjects.cpp 2013-03-11 23:17:15 UTC (rev 4581)
+++ trunk/rkward/rkward/core/rkpseudoobjects.cpp 2013-03-12 10:41:24 UTC (rev 4582)
@@ -154,6 +154,6 @@
RK_TRACE (OBJECTS);
QString desc = RObject::getObjectDescription ();
- desc.append ("<p>This special object does not actually exist anywhere in R. It is used, here, to list namespaces which are loaded, but not attached to a package on the search path. These are typically 'imported' namespaces.</p>");
+ desc.append (QString ("<p>%1</p>").arg (i18n ("This special object does not actually exist anywhere in R. It is used, here, to list namespaces which are loaded, but not attached to a package on the search path. These are typically 'imported' namespaces.")));
return desc;
}
More information about the rkward-tracker
mailing list