TOMEE-1693 BVAL-144 wrong encoding for ValidationMessages_es.properties, using utf8 code now - forgot one

git-svn-id: https://svn.apache.org/repos/asf/bval/trunk@1724392 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties b/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties
index 695aa6a..455d017 100644
--- a/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties
+++ b/bval-jsr/src/main/resources/org/apache/bval/jsr/ValidationMessages_es.properties
@@ -25,7 +25,7 @@
 javax.validation.constraints.Min.message=tiene que ser menor o igual que {value}
 javax.validation.constraints.Max.message=tiene que ser mayor o igual que {value}
 javax.validation.constraints.Size.message=el tama\u00F1o tiene que estar comprendido entre {min} y {max}
-javax.validation.constraints.Digits.message=valor num\u00E9rico fuera de los l�mites (se espera <{integer} cifras>.<{fraction} cifras>)
+javax.validation.constraints.Digits.message=valor num\u00E9rico fuera de los l\u00EDmites (se espera <{integer} cifras>.<{fraction} cifras>)
 javax.validation.constraints.Past.message=tiene que ser una fecha en el pasado
 javax.validation.constraints.Future.message=tiene que ser una fecha en el futuro
 javax.validation.constraints.Pattern.message=tiene que corresponder a la expresi\u00F3n regular "{regexp}"