r45352 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r45351‎ | r45352 | r45353 >
Date:22:16, 2 January 2009
Author:aaron
Status:ok (Comments)
Tags:
Comment:
Follow up to r45351: forgot to add messages
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)

Diff [purge]

Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -2235,7 +2235,9 @@
22362236 'usermailererror' => 'Mail object returned error:',
22372237 'defemailsubject' => '{{SITENAME}} e-mail',
22382238 'noemailtitle' => 'No e-mail address',
2239 -'noemailtext' => 'This user has not specified a valid e-mail address, or has chosen not to receive e-mail from other users.',
 2239+'noemailtext' => 'This user has not specified a valid e-mail address.',
 2240+'nowikiemailtitle' => 'No e-mail allowed',
 2241+'nowikiemailtext' => 'This user has chosen not to receive e-mail from other users.',
22402242 'email-legend' => 'Send an e-mail to another {{SITENAME}} user',
22412243 'emailfrom' => 'From:',
22422244 'emailto' => 'To:',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r45351(bug 16044) Vague error message in Special:Emailuseraaron22:14, 2 January 2009

Comments

#Comment by UV (talk | contribs)   10:49, 3 January 2009

Considering this from the privacy aspect, of what use is it to the sender to get to know whether an e-mail address is present or not? Apart from the rare event that the sender has direct database access and can therefore lookup the e-mail address in the database, the sender just cannot send an e-mail to this user at this time, period.

Status & tagging log