You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ja...@apache.org on 2010/07/13 12:19:56 UTC

svn commit: r963659 - /myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties

Author: jakobk
Date: Tue Jul 13 10:19:56 2010
New Revision: 963659

URL: http://svn.apache.org/viewvc?rev=963659&view=rev
Log:
MYFACES-2813 Change Value to Length in LengthValidator message (spec rev A)

Modified:
    myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties

Modified: myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties?rev=963659&r1=963658&r2=963659&view=diff
==============================================================================
--- myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties (original)
+++ myfaces/core/trunk/api/src/main/resources/javax/faces/Messages_en.properties Tue Jul 13 10:19:56 2010
@@ -85,8 +85,8 @@ javax.faces.validator.DoubleRangeValidat
 javax.faces.validator.DoubleRangeValidator.NOT_IN_RANGE = {2}: Validation Error: Specified attribute is not between the expected values of {0} and {1}.
 javax.faces.validator.DoubleRangeValidator.TYPE = {0}: Validation Error: Value is not of the correct type
 
-javax.faces.validator.LengthValidator.MAXIMUM = {1}: Validation Error: Value is greater than allowable maximum of ''{0}''
-javax.faces.validator.LengthValidator.MINIMUM = {1}: Validation Error: Value is less than allowable minimum of ''{0}''
+javax.faces.validator.LengthValidator.MAXIMUM = {1}: Validation Error: Length is greater than allowable maximum of ''{0}''
+javax.faces.validator.LengthValidator.MINIMUM = {1}: Validation Error: Length is less than allowable minimum of ''{0}''
 
 javax.faces.validator.LongRangeValidator.MAXIMUM = {1}: Validation Error: Value is greater than allowable maximum of ''{0}''
 javax.faces.validator.LongRangeValidator.MINIMUM = {1}: Validation Error: Value is less than allowable minimum of ''{0}''