* (bug 4317) Inconsistent "broken redirects" messages
authorRob Church <robchurch@users.mediawiki.org>
Mon, 2 Jan 2006 15:55:38 +0000 (15:55 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Mon, 2 Jan 2006 15:55:38 +0000 (15:55 +0000)
* Default interface text for "selflinks" tweaked

RELEASE-NOTES
languages/Language.php

index 9c233df..4b425c7 100644 (file)
@@ -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 ===
 
index 79e1c2a..d51d6de 100644 (file)
@@ -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',