Author: david
Date: Wed Sep 30 12:45:55 2009
New Revision: 3613

Log:
Cosmetic change 'update password' -> 'reset password'.

Modified:
   trunk/apps/qubit/modules/user/templates/showSuccess.php

Modified: trunk/apps/qubit/modules/user/templates/showSuccess.php
==============================================================================
--- trunk/apps/qubit/modules/user/templates/showSuccess.php     Wed Sep 30 
12:44:16 2009        (r3612)
+++ trunk/apps/qubit/modules/user/templates/showSuccess.php     Wed Sep 30 
12:45:55 2009        (r3613)
@@ -25,7 +25,7 @@
 <?php if (!$sf_user->hasCredential('administrator')): ?>
 <tr>
   <th><?php echo __('password'); ?></th>
-  <td><?php echo link_to(__('update password'), array('module' => 'user', 
'action' => 'passwordEdit', 'id' => $user->id)) ?></td>
+  <td><?php echo link_to(__('reset password'), array('module' => 'user', 
'action' => 'passwordEdit', 'id' => $user->id)) ?></td>
 </tr>
 <?php endif; ?>
 

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

Reply via email to