Hello,

I have to provide translation for 'confirm registration form' and I noticed
different behaviour of first_name and last_name labels ( compared to
'password' fields).

So I can only provide translation for Password and Confirm Password labels.
In the *gluon.tools.py <http://gluon.tools.py>* ( line 3373,3376 ) labels
for first and last names are 'hardcoded'.

What is a reason of that solution and/or how can I fix it in my code ( How
to set correct labels)? Not jquery solution please :)


I think labels should be set to

first_name > label=self.messages.label_first_name (line 3373)
last_name > label=self.messages.label_last_name (line 3379)

Regards
Tom

-- 
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/d/optout.

Reply via email to