Using openidlogin instead of openid in order to show the current local

nav item
This commit is contained in:
sarven 2009-01-23 08:58:54 +00:00
parent 0aa2cb35f1
commit 927576e3f0
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ class LoginGroupNav extends Widget
'register' =>
array(_('Register'),
_('Sign up for a new account')),
'openid' =>
'openidlogin' =>
array(_('OpenID'),
_('Login or register with OpenID')));