Pman.Tab.AdminContactsGroupRight.bjs
[Pman.Admin] / Pman.Tab.AdminContactsGroupRight.js
index 73107df..ad65ca3 100644 (file)
@@ -788,7 +788,7 @@ Pman.Tab.AdminContactsGroupRight = new Roo.XComponent({
                         xtype: 'ColumnModel',
                         xns: Roo.grid,
                         dataIndex : 'active',
-                        header : 'Active',
+                        header : 'Print/Export',
                         width : 75,
                         renderer : function(v) {  
                             var state = v> 0 ?  '-checked' : '';