From: Jan Schneider Date: Mon, 23 Aug 2010 21:50:12 +0000 (+0200) Subject: Tweak comment. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=862a3750bd0cc4ae944220f09f0726f35abb31ea;p=horde.git Tweak comment. --- diff --git a/framework/Core/lib/Horde/Registry.php b/framework/Core/lib/Horde/Registry.php index 6ed918ca4..90997727f 100644 --- a/framework/Core/lib/Horde/Registry.php +++ b/framework/Core/lib/Horde/Registry.php @@ -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. *