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

2012-12-09 Thread Anthony
I'm not advocating for a change, just suggesting that if we're going to make one anyway, "Sign in" might be preferable. Anthony On Saturday, December 8, 2012 10:36:59 PM UTC-5, Massimo Di Pierro wrote: > > I like this better than Log In. Yet we would have to change it in a lot of > places. > >

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

2012-12-08 Thread Massimo Di Pierro
I like this better than Log In. Yet we would have to change it in a lot of places. On Saturday, 8 December 2012 21:35:04 UTC-6, Anthony wrote: > > Seems like a lot of sites are now using "Sign in" and "Sign out". > > Anthony > > On Saturday, December 8, 2012 8:59:47 PM UTC-5, Massimo Di Pierro wr

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

2012-12-08 Thread Anthony
Seems like a lot of sites are now using "Sign in" and "Sign out". Anthony On Saturday, December 8, 2012 8:59:47 PM UTC-5, Massimo Di Pierro wrote: > > If anybody has used internationalization for this, the change would break > it. > Do people really feel strongly about this? > > On Saturday, 8 D

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

2012-12-08 Thread Massimo Di Pierro
If anybody has used internationalization for this, the change would break it. Do people really feel strongly about this? On Saturday, 8 December 2012 18:59:36 UTC-6, Jonathan Lundell wrote: > > On 8 Dec 2012, at 2:54 PM, David Tucker > > wrote: > > IMO, it should say Log In since that is a verb

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

2012-12-08 Thread Jonathan Lundell
On 8 Dec 2012, at 2:54 PM, David Tucker wrote: > IMO, it should say Log In since that is a verb whereas Login is a noun, but > this is trivial of course. Yes, please. Log In (or Log in). > > On Thursday, May 26, 2011 12:52:21 PM UTC-7, encompass wrote: > Don't you think the Login button should

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

2011-05-27 Thread Phyo Arkar
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) > > > -- > Bruno Rocha > [ About me: http://zerp.ly/rochacbruno ] > > > > On Thu, May 26, 2011 at 4:52

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

2011-05-26 Thread Bruno Rocha
def user(): *form = auth() form.element(_type='submit')['value'] = 'Login'* return dict(form=form) -- Bruno Rocha [ About me: http://zerp.ly/rochacbruno ] On Thu, May 26, 2011 at 4:52 PM, Jason Brower wrote: > Don't you think the Login button should say Login rather than Submit? It > m

[web2py] Login button should say Login...

2011-05-26 Thread Jason Brower
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 they were confused when they saw the button say that. So with Auth, could we change the name of the button to "Login"? Is there a quick fix for that? Best Regards, Jason