From 2dc99d4847d7e56b770ddeac8899c11b581520e7 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sun, 6 Feb 2005 14:29:41 +0000 Subject: [PATCH] replace insanely long button text with something that fits on a button --- languages/Language.php | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index 0f9ea88e81..fb32735462 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -594,11 +594,8 @@ email address to them, and it can be used to send you a new password if you forg Check your spelling, or use the form below to create a new user account.", 'nosuchusershort' => "There is no user by the name \"$1\". Check your spelling.", 'wrongpassword' => 'The password you entered is incorrect (or missing). Please try again.', -'mailmypassword' => 'Mail me a temporary password -because I forgot my password', -'mailmypasswordauthent' => 'Mail me a temporary password -because I forgot my password or -for authentication of my email address', +'mailmypassword' => 'Mail me a temporary password', +'mailmypasswordauthent' => 'Mail me a temporary password', 'passwordremindermailsubject' => "Email address authentication and temporary login password from {{SITENAME}}", 'passwordremindermailbody' => "Someone, probably you from IP address $1, requested that we send you a temporary one-time login password for {{SITENAME}}. -- 2.20.1