Author: sevein
Date: Mon Sep 19 16:38:55 2011
New Revision: 9761

Log:
Relabeling, fixes issue 2056

Modified:
   trunk/apps/qubit/modules/right/templates/_edit.php
   trunk/apps/qubit/modules/right/templates/_right.php

Modified: trunk/apps/qubit/modules/right/templates/_edit.php
==============================================================================
--- trunk/apps/qubit/modules/right/templates/_edit.php  Mon Sep 19 15:35:20 
2011        (r9760)
+++ trunk/apps/qubit/modules/right/templates/_edit.php  Mon Sep 19 16:38:55 
2011        (r9761)
@@ -150,7 +150,7 @@
     </div>
 
     <?php echo $form->rightsNote
-      ->label(__('Right note(s)'))
+      ->label(__('Rights note(s)'))
       ->renderRow() ?>
 
     <?php echo $form->basis->renderRow() ?>

Modified: trunk/apps/qubit/modules/right/templates/_right.php
==============================================================================
--- trunk/apps/qubit/modules/right/templates/_right.php Mon Sep 19 15:35:20 
2011        (r9760)
+++ trunk/apps/qubit/modules/right/templates/_right.php Mon Sep 19 16:38:55 
2011        (r9761)
@@ -18,7 +18,7 @@
       <?php echo render_show(__('Rights holder'), 
link_to(render_value($resource->rightsHolder), array($resource->rightsHolder, 
'module' => 'rightsholder'))) ?>
     <?php endif; ?>
 
-    <?php echo render_show(__('Rights note'), 
render_value($resource->getRightsNote(array('cultureFallback' => true)))) ?>
+    <?php echo render_show(__('Rights note(s)'), 
render_value($resource->getRightsNote(array('cultureFallback' => true)))) ?>
 
     <?php echo render_show(__('Basis'), render_value($resource->basis)) ?>
 

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