Author: jablko
Date: Sat Nov 21 11:10:28 2009
New Revision: 3936
Log:
Use tokens for i18n string composition
Modified:
trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php
Modified:
trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php
Sat Nov 21 11:05:28 2009 (r3935)
+++ trunk/apps/qubit/modules/informationobject/templates/showEadSuccess.xml.php
Sat Nov 21 11:10:28 2009 (r3936)
@@ -47,7 +47,7 @@
</filedesc>
<profiledesc>
- <creation><?php echo __('Generated by ') ?><?php echo
sfConfig::get('app_version') ?>
+ <creation><?php echo __('Generated by %1%', array('%1%' =>
sfConfig::get('app_version'))) ?>
<date normal="<?php echo gmdate('o-m-d') ?>"><?php echo gmdate('o-m-d
H:s:e') ?></date>
</creation>
<langusage>
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=.