X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..HEAD:/locale/ext-lang-pt_PT.js diff --git a/locale/ext-lang-pt_PT.js b/locale/ext-lang-pt_PT.js index c0771b0e..6bc70558 100644 --- a/locale/ext-lang-pt_PT.js +++ b/locale/ext-lang-pt_PT.js @@ -185,9 +185,11 @@ Ext.onReady(function() { if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "A Carregar...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "A Carregar..." + }); } if(Ext.form.field.VTypes){