Author: peter
Date: Mon Sep 14 15:57:11 2009
New Revision: 3281
Log:
remove 's' from digital object browse title. not needed after r3274 and not
applicable for most i18n translation
Modified:
trunk/apps/qubit/modules/digitalobject/templates/browseSuccess.php
Modified: trunk/apps/qubit/modules/digitalobject/templates/browseSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/browseSuccess.php Mon Sep
14 15:54:41 2009 (r3280)
+++ trunk/apps/qubit/modules/digitalobject/templates/browseSuccess.php Mon Sep
14 15:57:11 2009 (r3281)
@@ -1,5 +1,5 @@
<div class="pageTitle">
- <?php echo __('browse %1%s', array('%1%' =>
sfConfig::get('app_ui_label_digitalobject'))) ?>
+ <?php echo __('browse %1%', array('%1%' =>
sfConfig::get('app_ui_label_digitalobject'))) ?>
- <?php echo $mediaType->getName(); ?>
</div>
-<?php include_component('digitalobject', 'browse',
array('mediaTypeId'=>$mediaType->getId(), 'page'=>$page)); ?>
\ No newline at end of file
+<?php include_component('digitalobject', 'browse',
array('mediaTypeId'=>$mediaType->getId(), 'page'=>$page)); ?>
--~--~---------~--~----~------------~-------~--~----~
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.ca/group/qubit-commits?hl=en
-~----------~----~----~----~------~----~------~--~---