r93419 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r93418‎ | r93419 | r93420 >
Date:19:46, 28 July 2011
Author:raymond
Status:ok
Tags:
Comment:
Followup r93412: Register new message key in maintenance file
Consistent spelling of e-mail: email -> e-mail
Modified paths:
  • /trunk/phase3/languages/messages/MessagesEn.php (modified) (history)
  • /trunk/phase3/maintenance/language/messages.inc (modified) (history)

Diff [purge]

Index: trunk/phase3/maintenance/language/messages.inc
@@ -493,6 +493,7 @@
494494 'pear-mail-error',
495495 'php-mail-error',
496496 'php-mail-error-unknown',
 497+ 'user-mail-no-addy',
497498 ),
498499 'resetpass' => array(
499500 'resetpass',
Index: trunk/phase3/languages/messages/MessagesEn.php
@@ -1146,7 +1146,7 @@
11471147 'pear-mail-error' => '$1', # do not translate or duplicate this message to other languages
11481148 'php-mail-error' => '$1', # do not translate or duplicate this message to other languages
11491149 'php-mail-error-unknown' => "Unknown error in PHP's mail() function",
1150 -'user-mail-no-addy' => "Tried to send email without an email address",
 1150+'user-mail-no-addy' => 'Tried to send e-mail without an e-mail address',
11511151
11521152 # Change password dialog
11531153 'resetpass' => 'Change password',

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r93412further sanity checks for sending email … bomb out if we aren't given...mah19:15, 28 July 2011

Status & tagging log