From: Alan Knowles Date: Mon, 14 Mar 2011 09:54:42 +0000 (+0800) Subject: Pman.I18n.js X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=077dd2d157a140eb470ad8ea4927cd2cb8d2da0a Pman.I18n.js --- diff --git a/Pman.I18n.js b/Pman.I18n.js index 5fe10e7c..0f11c3fa 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -137,6 +137,7 @@ Pman.I18n = { var xret = ret.sort(function(a,b) { if (a[0] == '**') return -1; // other always at end.. + if (b[0] == '**') return 1; // other always at end.. return a[1] > b[1] ? 1 : -1; });