Tweak comment.
authorJan Schneider <jan@horde.org>
Mon, 23 Aug 2010 21:50:12 +0000 (23:50 +0200)
committerJan Schneider <jan@horde.org>
Tue, 24 Aug 2010 12:31:46 +0000 (14:31 +0200)
framework/Core/lib/Horde/Registry.php

index 6ed918c..9099772 100644 (file)
@@ -2399,9 +2399,9 @@ class Horde_Registry
     }
 
     /**
-     * Maps languages with common two-letter codes (such as nl) to the
-     * full gettext code (in this case, nl_NL). Returns the language
-     * unmodified if it isn't an alias.
+     * Maps languages with common two-letter codes (such as nl) to the full
+     * locale code (in this case, nl_NL). Returns the language unmodified if
+     * it isn't an alias.
      *
      * @param string $language  The language code to map.
      *