From: Alan Knowles Date: Tue, 20 Jul 2010 04:22:56 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=02357217ecb7f5a9e3ecce60bb788fb6a7462056 Pman.I18n.js --- 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 + ')'; }