You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2011/10/07 20:30:41 UTC

svn commit: r1180137 - /myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties

Author: lu4242
Date: Fri Oct  7 18:30:40 2011
New Revision: 1180137

URL: http://svn.apache.org/viewvc?rev=1180137&view=rev
Log:
MYFACES-3348 Length Validator Message in Messages.properties (thanks to Keith Wong for provide this patch)

Modified:
    myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties

Modified: myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties
URL: http://svn.apache.org/viewvc/myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties?rev=1180137&r1=1180136&r2=1180137&view=diff
==============================================================================
--- myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties (original)
+++ myfaces/core/branches/2.0.x/api/src/main/resources/javax/faces/Messages.properties Fri Oct  7 18:30:40 2011
@@ -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}''