Author: david
Date: Tue Sep  6 15:07:25 2011
New Revision: 9679

Log:
Use digital object UI label

Modified:
   trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php

Modified: 
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php
==============================================================================
--- 
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php    
    Tue Sep  6 14:49:05 2011        (r9678)
+++ 
trunk/apps/qubit/modules/repository/templates/uploadLimitExceededSuccess.php    
    Tue Sep  6 15:07:25 2011        (r9679)
@@ -9,7 +9,7 @@
 </div>
 
 <div>
-  <?php echo __('To upload a new digital object') ?>
+  <?php echo __('To upload a new %1%', array('%1%' => 
strtolower(sfConfig::get('app_ui_label_digitalobject')))) ?>
   <ul>
     <li><?php echo __('Email your <a href="mailto:%1%";>system 
administrator</a> and request a larger upload limit', array('%1%' => 
QubitUser::getSystemAdmin()->email)) ?></li>
     <li><?php echo __('Delete an <a href="%1%">existing %2%</a> to reduce disk 
usage', array(

-- 
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.

Reply via email to