* (bug 3204) Fix typo breaking special pages in fy localization
authorBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Aug 2005 02:09:04 +0000 (02:09 +0000)
committerBrion Vibber <brion@users.mediawiki.org>
Sat, 20 Aug 2005 02:09:04 +0000 (02:09 +0000)
RELEASE-NOTES
languages/LanguageFy.php

index 170d9e8..6364c64 100644 (file)
@@ -36,6 +36,7 @@ Misc work going on.....
 * (bug 1334) LanguageGa.php update
 * (bug 1020) Changing user interface language does not work immediately
 * (bug 2753) Some namespaces were not translated in LanguageTa.php (Tamil)
+* (bug 3204) Fix typo breaking special pages in fy localization
 
 
 === Caveats ===
index 8bbd02d..ba85faa 100644 (file)
@@ -11,7 +11,7 @@ if($wgMetaNamespace === FALSE)
 
 /* private */ $wgNamespaceNamesFy = array(
        NS_MEDIA          => "Media",
-       MS_SPECIAL        => "Wiki",
+       NS_SPECIAL        => "Wiki",
        NS_MAIN           => "",
        NS_TALK           => "Oerlis",
        NS_USER           => "Meidogger",