[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.7-133-g2272438

sartak at bestpractical.com sartak at bestpractical.com
Wed Feb 3 22:13:29 EST 2010


The branch, 3.8-trunk has been updated
       via  227243811f07592f3be50ef75d76690016360f05 (commit)
      from  976bd6ca14b83bfd26a8c4e1fa6ddf87c0923092 (commit)

Summary of changes:
 share/html/Admin/Users/Modify.html |    6 +++---
 share/html/User/Prefs.html         |    6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

- Log -----------------------------------------------------------------
commit 227243811f07592f3be50ef75d76690016360f05
Author: Shawn M Moore <sartak at bestpractical.com>
Date:   Wed Feb 3 22:13:00 2010 -0500

    Text fixes

diff --git a/share/html/Admin/Users/Modify.html b/share/html/Admin/Users/Modify.html
index b621bc2..ca022ad 100755
--- a/share/html/Admin/Users/Modify.html
+++ b/share/html/Admin/Users/Modify.html
@@ -118,7 +118,7 @@
 <table>
 <tr>
 <td align="right">
-<&|/l&>Your Current Password</&>:
+<&|/l&>Your current password</&>:
 </td>
 <td align="left">
 <input type="password" name="CurrentPass" autocomplete="off" />
@@ -379,10 +379,10 @@ if ( $UserObj->Id ) {
         $password_not_set = 1;
     } elsif (!$CurrentPass) {
         $password_not_set = 1;
-        push @results, loc("Please specify your current password.");
+        push @results, loc("Please enter your current password.");
     } elsif (!$session{'CurrentUser'}->IsPassword($CurrentPass)) {
         $password_not_set = 1;
-        push @results, loc("Please specify your current password correctly.");
+        push @results, loc("Please enter your current password correctly.");
     } elsif ( $Pass1 ne $Pass2 ) {
         $password_not_set = 1;
         push @results, loc("Passwords do not match.");
diff --git a/share/html/User/Prefs.html b/share/html/User/Prefs.html
index 8c900d0..bfa0c8b 100755
--- a/share/html/User/Prefs.html
+++ b/share/html/User/Prefs.html
@@ -112,7 +112,7 @@
 <table>
 <tr>
 <td class="label">
-<&|/l&>Your Current Password</&>:
+<&|/l&>Your current password</&>:
 </td>
 <td class="value">
 <input type="password" name="CurrentPass" autocomplete="off"/>
@@ -270,10 +270,10 @@ if  ( $SetPrivileged and $Privileged != $UserObj->Privileged ) {
 #TODO: make this report errors properly
 if (defined($Pass1) && length($Pass1) && !$UserObj->IsPassword($CurrentPass)) {
     if (length($CurrentPass)) {
-        push @results, loc("Please specify your current password correctly. Your password has not been changed.");
+        push @results, loc("Please enter your current password correctly. Your password has not been changed.");
     }
     else {
-        push @results, loc("Please specify your current password. Your password has not been changed.");
+        push @results, loc("Please enter your current password. Your password has not been changed.");
     }
 }
 elsif ( defined $Pass1 and length $Pass1 and $Pass1 eq $Pass2 and !$UserObj->IsPassword($Pass1) ) {

-----------------------------------------------------------------------


More information about the Rt-commit mailing list