Author: test
Date: 2006-04-19 11:44:52 -0600 (Wed, 19 Apr 2006)
New Revision: 1719

Modified:
   FormEncode/trunk/formencode/validators.py
Log:
Fixed message

Modified: FormEncode/trunk/formencode/validators.py
===================================================================
--- FormEncode/trunk/formencode/validators.py   2006-04-19 16:34:02 UTC (rev 
1718)
+++ FormEncode/trunk/formencode/validators.py   2006-04-19 17:44:52 UTC (rev 
1719)
@@ -375,7 +375,7 @@
     __unpackargs__ = ('minLength',)
 
     messages = {
-        'tooShort': "Enter a value more than %(minLength)i characters long",
+        'tooShort': "Enter a value at least %(minLength)i characters long",
         'invalid': "Invalid value (value with length expected)",
         }
 



-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
FormEncode-CVS mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/formencode-cvs

Reply via email to