[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-111-g2818c11
Jesse Vincent
jesse at bestpractical.com
Wed Jul 14 10:50:27 EDT 2010
The branch, 3.8-trunk has been updated
via 2818c1176b1ffa8b91527b3ffb62d7ab8b7f926e (commit)
from c0e182d34e4c01c28b78f9ede1e0347c337c1bcd (commit)
Summary of changes:
share/html/Elements/EditPassword | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 2818c1176b1ffa8b91527b3ffb62d7ab8b7f926e
Author: Jesse Vincent <jesse at bestpractical.com>
Date: Wed Jul 14 16:51:19 2010 +0200
Reword "Current Password" to cut down on user misunderstanding
(hopefully)
diff --git a/share/html/Elements/EditPassword b/share/html/Elements/EditPassword
index 6ae484f..930127d 100644
--- a/share/html/Elements/EditPassword
+++ b/share/html/Elements/EditPassword
@@ -5,7 +5,7 @@
% if ( $cond{'RequireCurrent'} ) {
<tr>
-<td class="label"><&|/l&>Your current password</&>:</td>
+<td class="label"><&|/l, $session{'CurrentUser'}->Name()&>[_1]'s current password</&>:</td>
<td class="value"><input type="password" name="<% $Name[0] %>" size="16" autocomplete="off" /></td>
</tr>
% }
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list