Author: mrdon
Date: Sun Aug 28 21:26:27 2005
New Revision: 264060

URL: http://svn.apache.org/viewcvs?rev=264060&view=rev
Log:
Fixed invalid password maxlength limit error
PR: 35988

Modified:
    
struts/apps/trunk/shared/src/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties

Modified: 
struts/apps/trunk/shared/src/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties
URL: 
http://svn.apache.org/viewcvs/struts/apps/trunk/shared/src/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties?rev=264060&r1=264059&r2=264060&view=diff
==============================================================================
--- 
struts/apps/trunk/shared/src/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties
 (original)
+++ 
struts/apps/trunk/shared/src/java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties
 Sun Aug 28 21:26:27 2005
@@ -74,7 +74,7 @@
 # Standard error messages for validator framework checks
 errors.required={0} is required.
 errors.minlength={0} cannot be less than {1} characters.
-errors.maxlength={0} cannot be greater than {2} characters.
+errors.maxlength={0} cannot be greater than {1} characters.
 errors.invalid={0} is invalid.
 errors.byte={0} must be an byte.
 errors.short={0} must be an short.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to