[web2py] Re: Login button should say Login...

2012-12-08 Thread David Tucker
IMO, it should say Log In since that is a verb whereas Login is a noun, but this is trivial of course. On Thursday, May 26, 2011 12:52:21 PM UTC-7, encompass wrote: > > Don't you think the Login button should say Login rather than Submit? > It makes more sence and I got 4 people that told me th

[web2py] Re: Login button should say Login...

2011-05-27 Thread Massimo Di Pierro
if auth.messages.submit_button = 'Login' On May 27, 6:26 am, Phyo Arkar wrote: > Should be fixed at default too > > > > > > > > On Fri, May 27, 2011 at 2:57 AM, Bruno Rocha wrote: > >   def user(): > > >   *form = auth() form.element(_type='submit')['value'] = 'Login'* > > return dict(form=form)