From 7daaebaa8486f1a08fe8e3e400ca9e99d54f0722 Mon Sep 17 00:00:00 2001 From: Arne Heizmann Date: Thu, 12 Aug 2004 19:36:43 +0000 Subject: [PATCH] spamprotectiontext says, "You might want to check the following regular expression for patterns that are currently blocked:" but there is actually nothing after it. The code doesn't seem to give me an easy way to add something either, so I guess I'll just remove it. --- languages/Language.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/languages/Language.php b/languages/Language.php index e41cabaa31..a3dea4f199 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1411,9 +1411,7 @@ amusement.', # Spam protection 'spamprotectiontitle' => 'Spam protection filter', -'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site. - -You might want to check the following regular expression for patterns that are currently blocked:', +'spamprotectiontext' => 'The page you wanted to save was blocked by the spam filter. This is probably caused by a link to an external site.', 'subcategorycount' => "There are $1 subcategories to this category.", 'subcategorycount1' => "There is $1 subcategorie to this category.", 'categoryarticlecount' => "There are $1 articles in this category.", -- 2.20.1