From 7e0bec01667e9f46e3135825a64b2a2b4cf2b929 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 14 Mar 2011 17:55:33 +0800 Subject: [PATCH] Pman.I18n.js --- Pman.I18n.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pman.I18n.js b/Pman.I18n.js index 0f11c3fa..4ab3415c 100644 --- a/Pman.I18n.js +++ b/Pman.I18n.js @@ -136,8 +136,8 @@ 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.. + 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; }); -- 2.39.2