Pman.I18n.js
[Pman.Core] / Pman.I18n.js
index b1a0f61..c1ca998 100644 (file)
@@ -54,10 +54,10 @@ Pman.I18n = {
         Roo.each(Pman.I18n.Data[lang], function(d) {
             if (d.code == code) {
                 ret = d.title;
-                return ret;
+                return false; // stop!
             }
         });
-        return code;
+        return ret;
         
     },
     /**