Localization: Fixed GL number validation message

The validation message was targeted only to integers ("entero") while the
number method validates decimals http://jqueryvalidation.org/number-method/

Related to #1016
This commit is contained in:
Nick Schonning
2014-05-20 12:27:07 -04:00
parent b258647540
commit 0db53a4ee2
+1 -1
View File
@@ -10,7 +10,7 @@
url: "Por favor, escribe unha URL válida.",
date: "Por favor, escribe unha data válida.",
dateISO: "Por favor, escribe unha data (ISO) válida.",
number: "Por favor, escribe un número enteiro válido.",
number: "Por favor, escribe un número válido.",
digits: "Por favor, escribe só díxitos.",
creditcard: "Por favor, escribe un número de tarxeta válido.",
equalTo: "Por favor, escribe o mesmo valor de novo.",