Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / src / locale / ext-lang-en_GB.js
index 656b0ba..f44c398 100644 (file)
@@ -1,9 +1,3 @@
-/*!
- * Ext JS Library 3.1.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
 /**
  * List compiled by mystix on the extjs.com forums.
  * Thank you Mystix!
@@ -285,7 +279,9 @@ if(Ext.grid.PropertyColumnModel){
   Ext.apply(Ext.grid.PropertyColumnModel.prototype, {
     nameText   : "Name",
     valueText  : "Value",
-    dateFormat : "j/m/Y"
+    dateFormat : "j/m/Y",
+    trueText: "true",
+    falseText: "false"
   });
 }