Pman.Tab.AdminTranslations.bjs
authorEdward <edward@roojs.com>
Tue, 25 Feb 2014 09:10:59 +0000 (17:10 +0800)
committerEdward <edward@roojs.com>
Tue, 25 Feb 2014 09:10:59 +0000 (17:10 +0800)
Pman.Tab.AdminTranslations.js

Pman.Tab.AdminTranslations.bjs
Pman.Tab.AdminTranslations.js

index 87616a0..975df3c 100644 (file)
                                         {
                                             "*prop": "colModel[]",
                                             "dataIndex": "is_active",
-                                            "header": "English",
+                                            "header": "Active?",
                                             "width": 150,
                                             "xtype": "ColumnModel",
                                             "|renderer": "function(v) { return String.format('{0}', v); }",
index c513c15..ee96ac9 100644 (file)
@@ -611,7 +611,7 @@ Pman.Tab.AdminTranslations = new Roo.XComponent({
                                     xtype: 'ColumnModel',
                                     xns: Roo.grid,
                                     dataIndex : 'is_active',
-                                    header : 'English',
+                                    header : 'Active?',
                                     width : 150,
                                     renderer : function(v) { return String.format('{0}', v); }
                                 }