From: Brion Vibber Date: Sat, 20 Aug 2005 02:09:04 +0000 (+0000) Subject: * (bug 3204) Fix typo breaking special pages in fy localization X-Git-Tag: 1.6.0~1883 X-Git-Url: http://git.cyclocoop.org/%28?a=commitdiff_plain;h=3724ea285cecee8bb9ab0f85c91b61cdaf0e66c5;p=lhc%2Fweb%2Fwiklou.git * (bug 3204) Fix typo breaking special pages in fy localization --- diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 170d9e88a4..6364c6410c 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -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 === diff --git a/languages/LanguageFy.php b/languages/LanguageFy.php index 8bbd02d3da..ba85faacd6 100644 --- a/languages/LanguageFy.php +++ b/languages/LanguageFy.php @@ -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",