X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/locale/ext-lang-el_GR.js diff --git a/locale/ext-lang-el_GR.js b/locale/ext-lang-el_GR.js index e003d3a8..04882701 100644 --- a/locale/ext-lang-el_GR.js +++ b/locale/ext-lang-el_GR.js @@ -194,9 +194,11 @@ Ext.onReady(function() { if(Ext.form.field.ComboBox){ Ext.apply(Ext.form.field.ComboBox.prototype, { - loadingText : "Μεταφόρτωση δεδομένων...", valueNotFoundText : undefined }); + Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, { + loadingText : "Μεταφόρτωση δεδομένων..." + }); } if(Ext.form.field.VTypes){