From: Rob Church Date: Tue, 4 Apr 2006 07:15:20 +0000 (+0000) Subject: * (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to a nonexisting... X-Git-Tag: 1.6.0~41 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=494b6f66791f48f785252c5d4ec726c752c06db3;p=lhc%2Fweb%2Fwiklou.git * (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to a nonexisting page * Tweak wording of "allmessagesnotsupporteddb" --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 0c1700512c..4de38e31da 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -264,6 +264,9 @@ i18n / Languages: * (bug 5349) Update for Portuguese messages (pt) * (bug 3573) Finished full Greek translation: namespaces * (bug 5288) Initial localisation for Az +* (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to nonexisting + page +* Tweak wording of "allmessagesnotsupporteddb" Parser: * (bug 2522) {{CURRENTDAY2}} now shows the current day number with two digits diff --git a/languages/Messages.php b/languages/Messages.php index 1a0725b594..e955572258 100644 --- a/languages/Messages.php +++ b/languages/Messages.php @@ -1415,8 +1415,8 @@ In the latter case you can also use a link, e.g. [[{{ns:Special}}:Export/{{Media 'allmessagesdefault' => 'Default text', 'allmessagescurrent' => 'Current text', 'allmessagestext' => 'This is a list of system messages available in the MediaWiki: namespace.', -'allmessagesnotsupportedUI' => 'Your current interface language $1 is not supported by Special:AllMessages at this site.', -'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.', +'allmessagesnotsupportedUI' => 'Your current interface language $1 is not supported by Special:Allmessages at this site.', +'allmessagesnotsupportedDB' => 'Special:Allmessages cannot be used because wgUseDatabaseMessages is off.', 'allmessagesfilter' => 'Message name filter:', 'allmessagesmodified' => 'Show only modified',