From ca2a1e3239a5884f32e8c05b312d5ae682d31e0a Mon Sep 17 00:00:00 2001 From: Tim Starling Date: Sun, 24 Apr 2005 05:11:54 +0000 Subject: [PATCH] Special:DoubleRedirects no longer returns false positives --- languages/Language.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/languages/Language.php b/languages/Language.php index 956a049c60..959c60f4af 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1092,7 +1092,7 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.", 'disambiguationspage' => "Project:Links_to_disambiguating_pages", 'disambiguationstext' => "The following pages link to a disambiguation page. They should link to the appropriate topic instead.
A page is treated as disambiguation if it is linked from $1.
Links from other namespaces are not listed here.", 'doubleredirects' => 'Double Redirects', -'doubleredirectstext' => "Attention: This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.
\nEach row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.", +'doubleredirectstext' => "Each row contains links to the first and second redirect, as well as the first line of the second redirect text, usually giving the \"real\" target page, which the first redirect should point to.", 'brokenredirects' => 'Broken Redirects', 'brokenredirectstext' => 'The following redirects link to a non-existing pages.', 'selflinks' => 'Pages with Self Links', -- 2.20.1