Fix r98719: in hindsight, this message should be empty by default. Raymond asked...
authorRoan Kattouw <catrope@users.mediawiki.org>
Sun, 2 Oct 2011 21:42:24 +0000 (21:42 +0000)
committerRoan Kattouw <catrope@users.mediawiki.org>
Sun, 2 Oct 2011 21:42:24 +0000 (21:42 +0000)
languages/messages/MessagesEn.php

index 2183515..dd82016 100644 (file)
@@ -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.',