From e47fb96c8572f764b0ea3eeded2fbefd3bae4412 Mon Sep 17 00:00:00 2001 From: Chris Date: Fri, 1 Mar 2013 18:12:38 +0800 Subject: [PATCH] Pman.I18n.js --- Pman.I18n.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.I18n.js b/Pman.I18n.js index 435d9ed9..5419a2e8 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -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()) + ')'; } -- 2.39.2