From e537050dec960d4e52c3f708b8dc297bf0dfcb8a Mon Sep 17 00:00:00 2001 From: Rob Church Date: Mon, 2 Jan 2006 15:55:38 +0000 Subject: [PATCH] * (bug 4317) Inconsistent "broken redirects" messages * Default interface text for "selflinks" tweaked --- RELEASE-NOTES | 2 ++ languages/Language.php | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 9c233df6e7..4b425c797a 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -393,6 +393,8 @@ fully support the editing toolbar, but was found to be too confusing. * (bug 1996) Special page to list redirects * (bug 137) MediaWiki:Copyrightwarning hardcoding * (bug 714) "plainlinks" class issues in IE, Opera +* (bug 4317) Inconsistent "broken redirects" messages +* Default interface text for "selflinks" tweaked === Caveats === diff --git a/languages/Language.php b/languages/Language.php index 79e1c2aca0..d51d6de249 100644 --- a/languages/Language.php +++ b/languages/Language.php @@ -1137,10 +1137,10 @@ That comes to '''$5''' average edits per page, and '''$6''' views per edit.", 'doubleredirects' => 'Double redirects', '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.", 'doubleredirectsarrow' => '→', -'brokenredirects' => 'Broken Redirects', -'brokenredirectstext' => 'The following redirects link to a non-existing pages.', -'selflinks' => 'Pages with Self Links', -'selflinkstext' => 'The following pages contain a link to themselves, which they should not.', +'brokenredirects' => 'Broken redirects', +'brokenredirectstext' => 'The following redirects link to non-existent pages:', +'selflinks' => 'Self-linking pages', +'selflinkstext' => 'The following pages link to themselves:', 'mispeelings' => 'Pages with misspellings', 'mispeelingstext' => "The following pages contain a common misspelling, which are listed on $1. The correct spelling might be given (like this).", 'mispeelingspage' => 'List of common misspellings', -- 2.20.1