From: Roan Kattouw Date: Sun, 2 Oct 2011 21:42:24 +0000 (+0000) Subject: Fix r98719: in hindsight, this message should be empty by default. Raymond asked... X-Git-Tag: 1.31.0-rc.0~27300 X-Git-Url: http://git.cyclocoop.org/%7D%7Cconcat%7B?a=commitdiff_plain;h=10415eca2c960c04502f4df56abd42fe876507e8;p=lhc%2Fweb%2Fwiklou.git Fix r98719: in hindsight, this message should be empty by default. Raymond asked me what to do and I told him the wrong thing --- diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 21835151ad..dd820167bd 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -1117,7 +1117,7 @@ To prevent abuse, only one password reminder will be sent per {{PLURAL:$1|hour|$ 'loginend-https' => '', # do not translate or duplicate this message to other languages 'signupstart' => '{{int:loginstart}}', # do not translate or duplicate this message to other languages 'signupend' => '{{int:loginend}}', # do not translate or duplicate this message to other languages -'signupend-https' => '{{int:loginend-https}}', # do not translate or duplicate this message to other languages +'signupend-https' => '', # do not translate or duplicate this message to other languages 'mailerror' => 'Error sending mail: $1', 'acct_creation_throttle_hit' => 'Visitors to this wiki using your IP address have created {{PLURAL:$1|1 account|$1 accounts}} in the last day, which is the maximum allowed in this time period. As a result, visitors using this IP address cannot create any more accounts at the moment.',