r19119 - htdocs/trunk - Fix minor typo

Geert Janssens gjanssens at code.gnucash.org
Thu May 6 04:25:13 EDT 2010


Author: gjanssens
Date: 2010-05-06 04:25:13 -0400 (Thu, 06 May 2010)
New Revision: 19119
Trac: http://svn.gnucash.org/trac/changeset/19119

Modified:
   htdocs/trunk/lang.php
Log:
Fix minor typo

Modified: htdocs/trunk/lang.php
===================================================================
--- htdocs/trunk/lang.php	2010-05-06 08:19:17 UTC (rev 19118)
+++ htdocs/trunk/lang.php	2010-05-06 08:25:13 UTC (rev 19119)
@@ -37,7 +37,7 @@
         }
         # nothing matched, use default language
         if ($locale == "") { $locale = "en_US"; }
-        $lang_dir = $supported_language[$locale];
+        $lang_dir = $supported_languages[$locale];
 }
 
 # We should have a locale now, let's set up the required bits and pieces to show



More information about the gnucash-changes mailing list