r86519 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r86518‎ | r86519 | r86520 >
Date:18:08, 20 April 2011
Author:siebrand
Status:ok (Comments)
Tags:
Comment:
FIx inconsistent messages in r86482.
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1180,17 +1180,16 @@
11811181
11821182 # Special:PasswordReset
11831183 'passwordreset' => 'Reset password',
1184 -'passwordreset-text' => 'Complete this form to receive an email reminder of your account details.',
 1184+'passwordreset-text' => 'Complete this form to receive an e-mail reminder of your account details.',
11851185 'passwordreset-legend' => 'Reset password',
11861186 'passwordreset-disabled' => 'Password resets have been disabled on this wiki.',
11871187 'passwordreset-pretext' => '{{PLURAL:$1||Enter one of the pieces of data below}}',
11881188 'passwordreset-username' => 'Username:',
1189 -'passwordreset-email' => 'Email:',
 1189+'passwordreset-email' => 'E-mail address:',
11901190 'passwordreset-emailtitle' => 'Account details on {{SITENAME}}',
1191 -'passwordreset-emailtext-ip' => '
1192 -Someone (probably you, from IP address $1) requested a reminder of your
 1191+'passwordreset-emailtext-ip' => 'Someone (probably you, from IP address $1) requested a reminder of your
11931192 account details for {{SITENAME}} ($4). The following user {{PLURAL:$3|account is|accounts are}}
1194 -associated with this email address:
 1193+associated with this e-mail address:
11951194
11961195 $2
11971196
@@ -1199,9 +1198,8 @@
12001199 request, or if you have remembered your original password, and you no longer
12011200 wish to change it, you may ignore this message and continue using your old
12021201 password.',
1203 -'passwordreset-emailtext-user' => '
1204 -User $1 on {{SITENAME}} requested a reminder of your account details for {{SITENAME}}
1205 -($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this email address:
 1202+'passwordreset-emailtext-user' => 'User $1 on {{SITENAME}} requested a reminder of your account details for {{SITENAME}}
 1203+($4). The following user {{PLURAL:$3|account is|accounts are}} associated with this e-mail address:
12061204
12071205 $2
12081206
@@ -1210,8 +1208,9 @@
12111209 request, or if you have remembered your original password, and you no longer
12121210 wish to change it, you may ignore this message and continue using your old
12131211 password.',
1214 -'passwordreset-emailelement' => "\tUsername: $1\n\tTemporary password: $2",
1215 -'passwordreset-emailsent' => 'A reminder email has been sent.',
 1212+'passwordreset-emailelement' => "Username: $1
 1213+Temporary password: $2",
 1214+'passwordreset-emailsent' => 'A reminder e-mail has been sent.',
12161215
12171216 # Edit page toolbar
12181217 'bold_sample' => 'Bold text',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r86482(bug 13015, bug 18347, bug 18996, bug 20473, bug 23669, bug 28244) separate t...happy-melon15:27, 20 April 2011

Comments

#Comment by Happy-melon (talk | contribs)   12:03, 15 May 2011

You removed the tabs from passwordreset-emailelement; was that intentional?

#Comment by Siebrand (talk | contribs)   23:19, 15 May 2011

Yes.

Status & tagging log