X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6e39d509471fe9b4e2660e0d1631b350d0c66f40..2e847cf21b8ab9d15fa167b315ca5b2fa92638fc:/docs/source/ext-lang-en_GB.html diff --git a/docs/source/ext-lang-en_GB.html b/docs/source/ext-lang-en_GB.html index f76d937f..12279de0 100644 --- a/docs/source/ext-lang-en_GB.html +++ b/docs/source/ext-lang-en_GB.html @@ -6,7 +6,7 @@ -
/** +
/** * List compiled by mystix on the extjs.com forums. * Thank you Mystix! * @@ -287,7 +287,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" }); }