From: Raimond Spekking Date: Thu, 28 Jul 2011 19:46:50 +0000 (+0000) Subject: Followup r93412: Register new message key in maintenance file X-Git-Tag: 1.31.0-rc.0~28552 X-Git-Url: http://git.cyclocoop.org/%7B%24www_url%7Dadmin/compta/operations/recherche.php?a=commitdiff_plain;h=9c3bfd791d21095c1ffbf430602eaae40e1c26be;p=lhc%2Fweb%2Fwiklou.git Followup r93412: Register new message key in maintenance file Consistent spelling of e-mail: email -> e-mail --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 91cef944b2..2903cdcfcf 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1146,7 +1146,7 @@ Please wait before trying again.', 'pear-mail-error' => '$1', # do not translate or duplicate this message to other languages 'php-mail-error' => '$1', # do not translate or duplicate this message to other languages 'php-mail-error-unknown' => "Unknown error in PHP's mail() function", -'user-mail-no-addy' => "Tried to send email without an email address", +'user-mail-no-addy' => 'Tried to send e-mail without an e-mail address', # Change password dialog 'resetpass' => 'Change password', diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index e0e56fd31f..91c25fc019 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -493,6 +493,7 @@ $wgMessageStructure = array( 'pear-mail-error', 'php-mail-error', 'php-mail-error-unknown', + 'user-mail-no-addy', ), 'resetpass' => array( 'resetpass',