Just a heads up to those who localized their apps and upgrade to a recent 
web2py version - I noticed this change in upgrading from 2.6.4 to 2.8.2.
A number of error messages in file gluon/validators.py have changed by 
capitalizing the error message, e.g., 'value not in database' became 'Value 
not in database'.
You need to change your language files to match the new spelling otherwise 
non-localized messages will start popping up in your forms.
grep -E 'error_message ?=' gluon/validators.py


-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to