Author: dan.j.allen
Date: 2008-05-16 01:37:00 -0400 (Fri, 16 May 2008)
New Revision: 8197
Modified:
trunk/seam-gen/resources/messages_en.properties
Log:
grammer error in message string
Modified: trunk/seam-gen/resources/messages_en.properties
===================================================================
--- trunk/seam-gen/resources/messages_en.properties 2008-05-15 15:18:26 UTC (rev 8196)
+++ trunk/seam-gen/resources/messages_en.properties 2008-05-16 05:37:00 UTC (rev 8197)
@@ -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}
Show replies by date