From ca9a6a4ff3af87a7666005c436dc2bb5d62506b0 Mon Sep 17 00:00:00 2001 From: Alex Ivanov Date: Tue, 3 Dec 2013 01:45:16 +0200 Subject: [PATCH] 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 --- languages/messages/MessagesEn.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.', -- 2.20.1