From 0db53a4ee217fdfb4aa4dab7726dfa7b84d6637c Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 20 May 2014 12:27:07 -0400 Subject: [PATCH] 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 --- src/localization/messages_gl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localization/messages_gl.js b/src/localization/messages_gl.js index a265bcd..76fadb2 100644 --- a/src/localization/messages_gl.js +++ b/src/localization/messages_gl.js @@ -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.",