* (bug 4361) Fix "allmessagesnotsupportedui" so it doesn't refer to a nonexisting...
authorRob Church <robchurch@users.mediawiki.org>
Tue, 4 Apr 2006 07:15:20 +0000 (07:15 +0000)
committerRob Church <robchurch@users.mediawiki.org>
Tue, 4 Apr 2006 07:15:20 +0000 (07:15 +0000)
* Tweak wording of "allmessagesnotsupporteddb"

RELEASE-NOTES
languages/Messages.php

index 0c17005..4de38e3 100644 (file)
@@ -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
index 1a0725b..e955572 100644 (file)
@@ -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 <b>$1</b> is not supported by Special:AllMessages at this site.',
-'allmessagesnotsupportedDB' => 'Special:AllMessages not supported because wgUseDatabaseMessages is off.',
+'allmessagesnotsupportedUI' => 'Your current interface language <b>$1</b> 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',