From: Alex Ivanov Date: Mon, 2 Dec 2013 23:45:16 +0000 (+0200) Subject: Change the reset button text in Special: PasswordReset to 'Reset Password' X-Git-Tag: 1.31.0-rc.0~17826 X-Git-Url: https://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/exercices/bilan.php?a=commitdiff_plain;h=ca9a6a4ff3af87a7666005c436dc2bb5d62506b0;p=lhc%2Fweb%2Fwiklou.git Change the reset button text in Special: PasswordReset to 'Reset Password' This change is due to the fact that in some languages the text of the button overflows. Bug: 56194 Change-Id: I16ef4851921365c5a93503fe2d9cd0a4e15a021b --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5b48e7ddd8..4b63d03023 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1200,7 +1200,7 @@ Please try again.', 'passwordtooshort' => 'Passwords must be at least {{PLURAL:$1|1 character|$1 characters}}.', 'password-name-match' => 'Your password must be different from your username.', 'password-login-forbidden' => 'The use of this username and password has been forbidden.', -'mailmypassword' => 'Email new password', +'mailmypassword' => 'Reset password', 'passwordremindertitle' => 'New temporary password for {{SITENAME}}', 'passwordremindertext' => 'Someone (probably you, from IP address $1) requested a new password for {{SITENAME}} ($4). A temporary password for user @@ -1290,8 +1290,8 @@ You may have already successfully changed your password or requested a new tempo # Special:PasswordReset 'passwordreset' => 'Reset password', -'passwordreset-text-one' => 'Complete this form to reset your password.', -'passwordreset-text-many' => '{{PLURAL:$1|Fill one of the fields to reset your password.}}', +'passwordreset-text-one' => 'Complete this form to receive a temporary password via email.', +'passwordreset-text-many' => '{{PLURAL:$1|Fill in one of the fields to receive a temporary password via email.}}', 'passwordreset-legend' => 'Reset password', 'passwordreset-disabled' => 'Password resets have been disabled on this wiki.', 'passwordreset-emaildisabled' => 'Email features have been disabled on this wiki.',