From 02357217ecb7f5a9e3ecce60bb788fb6a7462056 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 20 Jul 2010 12:22:56 +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 b65973d8..8ef6d700 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -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 + ')'; } -- 2.39.2