Author: david
Date: Fri Oct 14 14:51:15 2011
New Revision: 10107

Log:
Use consistent labels

Modified:
   trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php
   trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php

Modified: 
trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php 
Fri Oct 14 14:21:53 2011        (r10106)
+++ trunk/apps/qubit/modules/informationobject/actions/fileListAction.class.php 
Fri Oct 14 14:51:15 2011        (r10107)
@@ -47,7 +47,7 @@
 
         if ($this->getUser()->isAuthenticated())
         {
-          $choices['locations'] = $this->context->i18n->__('Location');
+          $choices['locations'] = $this->context->i18n->__('Retrieval 
information');
         }
 
         $this->form->setDefault($name, 'referenceCode');

Modified: 
trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php
==============================================================================
--- trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php 
Fri Oct 14 14:21:53 2011        (r10106)
+++ trunk/apps/qubit/modules/informationobject/actions/itemListAction.class.php 
Fri Oct 14 14:51:15 2011        (r10107)
@@ -48,7 +48,7 @@
 
         if ($this->getUser()->isAuthenticated())
         {
-          $choices['locations'] = $this->context->i18n->__('Location');
+          $choices['locations'] = $this->context->i18n->__('Retrieval 
information');
         }
 
         $this->form->setDefault($name, 'referenceCode');

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