Author: sevein
Date: Wed Oct 14 11:25:18 2009
New Revision: 3740
Log:
Remove the old way to do labels. Fixes issue 980.
Modified:
trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php
Modified: trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php Wed Oct
14 11:15:53 2009 (r3739)
+++ trunk/apps/qubit/modules/digitalobject/templates/editSuccess.php Wed Oct
14 11:25:18 2009 (r3740)
@@ -55,7 +55,7 @@
</tr>
<tr style="border-bottom: 1px solid #CCC">
<td>
- <?php echo __('Select a %1% to upload',
array('%1%'=>sfConfig::get('app_ui_label_digitalobject'))) ?>
+ <?php echo __('Select a digital object to upload')) ?>
<span class="note"><?php echo __('max. size ~%1%', array('%1%' =>
hr_filesize($maxUploadSize))) ?></span>
<?php echo $form['repFile_'.$usageId]->render() ?><br />
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---