Author: dan.j.allen
Date: 2008-05-16 01:37:19 -0400 (Fri, 16 May 2008)
New Revision: 8198
Modified:
branches/Seam_2_0/seam-gen/resources/messages_en.properties
Log:
grammer error in message string
Modified: branches/Seam_2_0/seam-gen/resources/messages_en.properties
===================================================================
--- branches/Seam_2_0/seam-gen/resources/messages_en.properties 2008-05-16 05:37:00 UTC
(rev 8197)
+++ branches/Seam_2_0/seam-gen/resources/messages_en.properties 2008-05-16 05:37:19 UTC
(rev 8198)
@@ -78,8 +78,8 @@
javax.faces.validator.DoubleRangeValidator.MINIMUM=value must be greater than or equal to
{0}
javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE=value must be between {0} and
{1}
javax.faces.validator.DoubleRangeValidator.TYPE=value is not of the correct type
-javax.faces.validator.LengthValidator.MAXIMUM=value is must be shorter than or equal to
{0} characters
-javax.faces.validator.LengthValidator.MINIMUM=value is must be longer than or equal to
{0} characters
+javax.faces.validator.LengthValidator.MAXIMUM=value must be shorter than or equal to {0}
characters
+javax.faces.validator.LengthValidator.MINIMUM=value must be longer than or equal to {0}
characters
javax.faces.validator.LongRangeValidator.MAXIMUM=value must be less than or equal to {0}
javax.faces.validator.LongRangeValidator.MINIMUM=value must be greater than or equal to
{0}
javax.faces.validator.LongRangeValidator.NOT_IN_RANGE=value must be between {0} and {1}