From: raymond Date: Wed, 9 Jan 2013 08:40:02 +0000 (+0100) Subject: Add message documentation and message key to maintenance file X-Git-Tag: 1.31.0-rc.0~21096^2 X-Git-Url: https://git.cyclocoop.org/%242?a=commitdiff_plain;h=e70d25b7878999a7315e5d4a1108ebd5dba5139b;p=lhc%2Fweb%2Fwiklou.git Add message documentation and message key to maintenance file Per I2096f50b Change-Id: Id9e65ef9c848e14750799888f75d7fc0e2c1d625 --- diff --git a/languages/messages/MessagesQqq.php b/languages/messages/MessagesQqq.php index 9e706621c2..14c0bcb6ab 100644 --- a/languages/messages/MessagesQqq.php +++ b/languages/messages/MessagesQqq.php @@ -1115,6 +1115,7 @@ See also: # E-mail sending 'php-mail-error-unknown' => 'Used as error message when mail() returned empty error message.', 'user-mail-no-addy' => 'This is the error message in case an e-mail could not be sent because there was no e-mail address to send it to.', +'user-mail-no-body' => 'This is the error message in case an e-mail has an empty or unreasonably short body', # Change password dialog 'resetpass' => 'The caption of [[Special:ChangePassword]] diff --git a/maintenance/language/messages.inc b/maintenance/language/messages.inc index f2405a70bf..c895bde35d 100644 --- a/maintenance/language/messages.inc +++ b/maintenance/language/messages.inc @@ -514,6 +514,7 @@ $wgMessageStructure = array( 'php-mail-error', 'php-mail-error-unknown', 'user-mail-no-addy', + 'user-mail-no-body', ), 'resetpass' => array( 'resetpass',