Pman.I18n.js
[Pman.Core] / Pman.I18n.js
index b65973d..8ef6d70 100644 (file)
@@ -47,7 +47,7 @@ Pman.I18n = {
         if (code.indexOf('_') > -1) {
             var clang = code.split('_').shift();
             var cc = code.split('_').pop();
-            return this.toName('l', clang) + ' (' + this.toName('c', cc) + ')';
+            return this.toName('l', clang) + ' (' +  cc + ')';
         }