Pman.Tab.AdminContacts.js
authorAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:12:32 +0000 (15:12 +0800)
committerAlan Knowles <alan@akbkhome.com>
Fri, 14 Jan 2011 07:12:32 +0000 (15:12 +0800)
Pman.Tab.AdminContacts.js

index ce99b19..851d1b9 100644 (file)
@@ -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");
                                    
                                    
                                 },