Upgrade to ExtJS 4.0.7 - Released 10/19/2011
[extjs.git] / locale / ext-lang-es.js
index 3c74233..e19e356 100644 (file)
@@ -168,7 +168,7 @@ Ext.onReady(function() {
 
     if(Ext.form.field.Number){
       Ext.apply(Ext.form.field.Number.prototype, {
-        decimalSeparator : ".",
+        decimalSeparator : ",",
         decimalPrecision : 2,
         minText : "El valor mínimo para este campo es de {0}",
         maxText : "El valor máximo para este campo es de {0}",
@@ -190,9 +190,11 @@ Ext.onReady(function() {
 
     if(Ext.form.field.ComboBox){
       Ext.apply(Ext.form.field.ComboBox.prototype, {
-        loadingText       : "Cargando...",
         valueNotFoundText : undefined
       });
+        Ext.apply(Ext.form.field.ComboBox.prototype.defaultListConfig, {
+            loadingText       : "Cargando..."
+        });
     }
 
     if(Ext.form.field.VTypes){