kareila: (Default)
kareila ([personal profile] kareila) wrote in [site community profile] changelog2009-09-16 02:30 am

[dw-free] Missing translation string on htdocs/changepassword.bml

[commit: http://hg.dwscoalition.org/dw-free/rev/156f22da5008]

http://bugs.dwscoalition.org/show_bug.cgi?id=1796

Fix translation string issue on the changepassword page.

Patch by [personal profile] wyntarvox.

Files modified:
  • htdocs/changepassword.bml
  • htdocs/changepassword.bml.text
--------------------------------------------------------------------------------
diff -r 96e4837298c4 -r 156f22da5008 htdocs/changepassword.bml
--- a/htdocs/changepassword.bml	Tue Sep 15 21:25:50 2009 -0500
+++ b/htdocs/changepassword.bml	Tue Sep 15 21:29:50 2009 -0500
@@ -186,7 +186,7 @@ body<=
                              username => $u->{user}, }),
      });
 
-     $body = "<?h1 $ML{'Success'} h1?><?p $ML{'.success.text'} p?>";
+     $body = "<?h1 $ML{'.success.header'} h1?><?p $ML{'.success.text'} p?>";
 
      # if they were logged in, tell them to relogin
      $body .= "<?p " . BML::ml('.relogin', { 'aopts' => "href='/login'" }) . " p?>" if $remote;
diff -r 96e4837298c4 -r 156f22da5008 htdocs/changepassword.bml.text
--- a/htdocs/changepassword.bml.text	Tue Sep 15 21:25:50 2009 -0500
+++ b/htdocs/changepassword.bml.text	Tue Sep 15 21:29:50 2009 -0500
@@ -66,6 +66,8 @@ Regards,
 
 .relogin=In addition, you have been logged out from all your existing sessions. You should <a [[aopts]]>log in again</a> before continuing.
 
+.success.header=Success
+
 .success.text=Your password has been changed and email has been sent to you with a reminder message.
 
 .title=Change Password
--------------------------------------------------------------------------------