* Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
authorÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 24 Jun 2005 03:23:50 +0000 (03:23 +0000)
committerÆvar Arnfjörð Bjarmason <avar@users.mediawiki.org>
Fri, 24 Jun 2005 03:23:50 +0000 (03:23 +0000)
RELEASE-NOTES
languages/LanguageRo.php

index f2ab04e..7b1c34a 100644 (file)
@@ -328,7 +328,7 @@ Various bugfixes, small features, and a few experimental things:
 * (bug 1577) Add 'printable version' tab in MonoBook for people who don't
   realize you can just hit print to get a nicely formatted printable page.
 * Trim whitespace from option values to weather line-ending corruption problems
-
+* Fixed a typo in the Romanian language file (NS_MESIA => NS_MEDIA)
 
 === Caveats ===
 
index 3da0f7b..0be1182 100644 (file)
@@ -14,7 +14,7 @@ require_once("LanguageUtf8.php");
 # encapsulates some of the magic-ness.
 #
 /* private */ $wgNamespaceNamesRo = array(
-       NS_MESIA                        => 'Media',
+       NS_MEDIA                        => 'Media',
        NS_SPECIAL                      => 'Special',
        NS_MAIN                         => '',
        NS_TALK                         => 'Discuţie',