Author: david
Date: Tue Sep 13 14:47:22 2011
New Revision: 9715
Log:
Clean up i18n strings
Modified:
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
Modified:
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
==============================================================================
---
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
Tue Sep 13 14:39:17 2011 (r9714)
+++
trunk/apps/qubit/modules/user/templates/indexInformationObjectAclSuccess.php
Tue Sep 13 14:47:22 2011 (r9715)
@@ -26,7 +26,7 @@
<?php if ('' == $repoId && '' == $objectId): ?>
<em><?php echo __('All %1%', array('%1%' =>
sfConfig::get('app_ui_label_informationobject'))) ?></em>
<?php elseif ('' != $repoId): ?>
- <?php echo __('%1%: %2%', array('%1%' =>
sfConfig::get('app_ui_label_repository'), '%2%' =>
render_title(QubitRepository::getById($repoId)))) ?>
+ <?php echo sfConfig::get('app_ui_label_repository').':
'.render_title(QubitRepository::getById($repoId)) ?>
<?php else: ?>
<?php echo
render_title(QubitInformationObject::getById($objectId)) ?>
<?php endif; ?>
--
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=en.