aboutsummaryrefslogtreecommitdiffstats
path: root/languages
diff options
context:
space:
mode:
authorTim Starling <tstarling@users.mediawiki.org>2005-04-24 05:11:54 +0000
committerTim Starling <tstarling@users.mediawiki.org>2005-04-24 05:11:54 +0000
commitca2a1e3239a5884f32e8c05b312d5ae682d31e0a (patch)
tree319afc82d5395a0ef73de003e7ed0e556a35e65a /languages
parenta437d6e20529f3389921dd4c9faf628587af6e53 (diff)
downloadmediawikicore-ca2a1e3239a5884f32e8c05b312d5ae682d31e0a.tar.gz
mediawikicore-ca2a1e3239a5884f32e8c05b312d5ae682d31e0a.zip
Special:DoubleRedirects no longer returns false positives
Notes
Notes: http://mediawiki.org/wiki/Special:Code/MediaWiki/8566
Diffstat (limited to 'languages')
-rw-r--r--languages/Language.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/languages/Language.php b/languages/Language.php
index 956a049c608b..959c60f4aff0 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 <i>disambiguation page</i>. They should link to the appropriate topic instead.<br />A page is treated as disambiguation if it is linked from $1.<br />Links from other namespaces are <i>not</i> listed here.",
'doubleredirects' => 'Double Redirects',
-'doubleredirectstext' => "<b>Attention:</b> This list may contain false positives. That usually means there is additional text with links below the first #REDIRECT.<br />\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',