Author: david
Date: Wed Aug 31 13:30:32 2011
New Revision: 9645

Log:
Update repository_quota label and help text

Modified:
   trunk/lib/form/SettingsGlobalForm.class.php

Modified: trunk/lib/form/SettingsGlobalForm.class.php
==============================================================================
--- trunk/lib/form/SettingsGlobalForm.class.php Wed Aug 31 13:09:42 2011        
(r9644)
+++ trunk/lib/form/SettingsGlobalForm.class.php Wed Aug 31 13:30:32 2011        
(r9645)
@@ -69,7 +69,7 @@
       'inherit_code_informationobject' => __('Inherit reference code 
(information object)'),
       'sort_treeview_informationobject' => __('Sort treeview (information 
object)'),
       'multi_repository' => __('Multiple repositories'),
-      'repository_quota' => __('Default repository upload quota (GB)'),
+      'repository_quota' => __('Default upload limit (GB)'),
       'explode_multipage_files' => __('Upload multi-page files as multiple 
descriptions'),
       'show_tooltips' => __('Show tooltips'),
       'defaultPubStatus' => __('Default publication status')
@@ -88,7 +88,7 @@
       'inherit_code_informationobject' => __('When set to "yes", the 
reference code string will be built using the information object identifier 
plus the identifiers of all its ancestors'),
       'sort_treeview_informationobject' => __('Determines whether to sort 
siblings in the information object treeview control and, if so, what sort 
criteria to use'),
       'multi_repository' => __('When set to "no", the repository 
name is excluded from certain displays because it will be too repetitive'),
-      'repository_quota' => __('Limit disk space available to individual 
repositories for uploading and storing digital objects.  Default value is -1, 
which allows unlimited uploads. A value of zero (0) will disable uploads'),
+      'repository_quota' => __('Default %1% upload limit for a new %2%.  A 
value of "0" (zero) disables file upload.  A value of "-1" 
allows unlimited uploads', array('%1%' => 
strtolower(sfConfig::get('app_ui_label_digitalobject')), '%2%' => 
strtolower(sfConfig::get('app_ui_label_repository')))),
       'defaultPubStatus' => __('Default publication status for newly created 
or imported %1%', array('%1%' => 
sfConfig::get('app_ui_label_informationobject')))
       // 'explode_multipage_files' => __('')
       // 'show_tooltips' => __('')

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