dgraham 2002/12/08 19:36:45
Modified: conf/share validator-rules.xml
Log:
Fixed error message typos.
Revision Changes Path
1.16 +6 -6 jakarta-struts/conf/share/validator-rules.xml
Index: validator-rules.xml
===================================================================
RCS file: /home/cvs/jakarta-struts/conf/share/validator-rules.xml,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- validator-rules.xml 7 Dec 2002 22:26:19 -0000 1.15
+++ validator-rules.xml 9 Dec 2002 03:36:45 -0000 1.16
@@ -25,16 +25,16 @@
errors.maxlength={0} can not be greater than {1} characters.
errors.invalid={0} is invalid.
- errors.byte={0} must be an byte.
- errors.short={0} must be an short.
+ errors.byte={0} must be a byte.
+ errors.short={0} must be a short.
errors.integer={0} must be an integer.
- errors.long={0} must be an long.
- errors.float={0} must be an float.
- errors.double={0} must be an double.
+ errors.long={0} must be a long.
+ errors.float={0} must be a float.
+ errors.double={0} must be a double.
errors.date={0} is not a date.
errors.range={0} is not in the range {1} through {2}.
- errors.creditcard={0} is not a valid credit card number.
+ errors.creditcard={0} is an invalid credit card number.
errors.email={0} is an invalid e-mail address.
-->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>