Pman.I18n.js
authorChris <chris@roojs.com>
Fri, 1 Mar 2013 10:12:38 +0000 (18:12 +0800)
committerChris <chris@roojs.com>
Fri, 1 Mar 2013 10:12:38 +0000 (18:12 +0800)
Pman.I18n.js

index 435d9ed..5419a2e 100644 (file)
@@ -51,7 +51,7 @@ Pman.I18n = {
         if (code.indexOf('_') > -1) {
             var clang = code.split('_').shift();
             var cc = code.split('_').pop();
-            return this.toName('l', clang.toUpperCase()) + ' (' +  this.toName('c', cc.toUpperCase()) + ')';
+            return this.toName('l', clang.toLowerCase()) + ' (' +  this.toName('c', cc.toUpperCase()) + ')';
         }