From 10415eca2c960c04502f4df56abd42fe876507e8 Mon Sep 17 00:00:00 2001 From: Roan Kattouw Date: Sun, 2 Oct 2011 21:42:24 +0000 Subject: [PATCH] Fix r98719: in hindsight, this message should be empty by default. Raymond asked me what to do and I told him the wrong thing --- languages/messages/MessagesEn.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.', -- 2.20.1