From: Alan Knowles Date: Tue, 20 Jul 2010 04:16:10 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=4c1b893ffa35fa3cbc9e1e92fd227641f33b1f6f;p=Pman.Core I18n.php --- diff --git a/I18n.php b/I18n.php index 7316580e..3a3e1a23 100644 --- a/I18n.php +++ b/I18n.php @@ -208,7 +208,7 @@ class Pman_Core_i18N extends Pman foreach($this->cfg[$type] as $k) { - $v = $obj->getName($k); + $v = $k == '**' ? 'Other' : $obj->getName($k); $ret[] = array( 'code'=> $type=='l' ? strtolower($k) : strtoupper($k),