Author: sevein
Date: Tue Jun  7 10:20:54 2011
New Revision: 9141

Log:
Apply Wu's patch to rename some form labels, fixes issue 1959

Modified:
   trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
   trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php

Modified: 
trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php   
Tue Jun  7 10:12:51 2011        (r9140)
+++ trunk/plugins/sfIsadPlugin/modules/sfIsadPlugin/templates/editSuccess.php   
Tue Jun  7 10:20:54 2011        (r9141)
@@ -272,7 +272,7 @@
 
     <div class="form-item">
       <?php echo $form->nameAccessPoints
-        ->label(__('Name access points'))
+        ->label(__('Name access points (subjects)'))
         ->renderLabel() ?>
       <?php echo $form->nameAccessPoints->render(array('class' => 
'form-autocomplete')) ?>
       <?php if (QubitAcl::check(QubitActor::getRoot(), 'create')): ?>

Modified: 
trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php
==============================================================================
--- trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php     
Tue Jun  7 10:12:51 2011        (r9140)
+++ trunk/plugins/sfRadPlugin/modules/sfRadPlugin/templates/editSuccess.php     
Tue Jun  7 10:20:54 2011        (r9141)
@@ -386,7 +386,7 @@
 
     <div class="form-item">
       <?php echo $form->nameAccessPoints
-        ->label(__('Name access points'))
+        ->label(__('Name access points (subjects)'))
         ->renderLabel() ?>
       <?php echo $form->nameAccessPoints->render(array('class' => 
'form-autocomplete')) ?>
       <?php if (QubitAcl::check(QubitActor::getRoot(), 'create')): ?>

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