From f29da4488e16d1da483f00bffbf027cfa4ea5a08 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 14 Jan 2011 15:12:32 +0800 Subject: [PATCH] Pman.Tab.AdminContacts.js --- Pman.Tab.AdminContacts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pman.Tab.AdminContacts.js b/Pman.Tab.AdminContacts.js index ce99b19..851d1b9 100644 --- a/Pman.Tab.AdminContacts.js +++ b/Pman.Tab.AdminContacts.js @@ -598,7 +598,7 @@ Pman.Tab.AdminContacts = new Roo.util.Observable({ toggle : function (_self, pressed) { _this.grid.footer.onClick('first'); - this.setText(pressed ? "Hide Removed" : "Show Active"); + this.setText(pressed ? "Show Active" : "Show Removed"); }, -- 2.39.2