From: Rob Church Date: Wed, 22 Aug 2007 13:28:46 +0000 (+0000) Subject: Tweak "invalid special page" message a bit - tempted to add, e.g. "Some special pages... X-Git-Tag: 1.31.0-rc.0~51694 X-Git-Url: http://git.cyclocoop.org/data/Luca_Pacioli_%28Gemaelde%29.jpeg?a=commitdiff_plain;h=c3d7a096efd6f1f093a670aba53212adbf7a69a9;p=lhc%2Fweb%2Fwiklou.git Tweak "invalid special page" message a bit - tempted to add, e.g. "Some special pages might be unavailable if certain software features are disabled, and some special pages are provided via extensions, and thus not available on all wikis." -- what do we think? --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 31b92ac94b..d94c362944 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -187,6 +187,7 @@ it from source control: http://www.mediawiki.org/wiki/Download_from_SVN deleted files * (bug 11023) Don't register Special:Upload as a special page when uploads are disabled +* Make the "invalid special page" message clearer == Bugfixes since 1.10 == diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index 5241c5a782..c9f236aa7b 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -727,7 +727,9 @@ XHTML id names. 'nosuchactiontext' => 'The action specified by the URL is not recognized by the wiki', 'nosuchspecialpage' => 'No such special page', -'nospecialpagetext' => 'You have requested an invalid special page, a list of valid special pages may be found at [[Special:Specialpages|special pages list]].', +'nospecialpagetext' => "'''You have requested an invalid special page.''' + +A list of valid special pages can be found at [[Special:Specialpages]].", # General errors 'error' => 'Error',