reword, leave out the OpenID part

darcs-hash:20080709061118-84dde-b79745bf15dde9e95b46efd1e952d67d435eb1bf.gz
This commit is contained in:
Evan Prodromou 2008-07-09 02:11:18 -04:00
parent 6198ba6714
commit 98c9540ef9
1 changed files with 1 additions and 2 deletions

View File

@ -96,10 +96,9 @@ class LoginAction extends Action {
# rememberme logins have to reauthenticate before
# changing any profile settings (cookie-stealing protection)
return _t('For security reasons, ' .
'before changing your settings, ' .
'please re-enter your ' .
'user name and password ' .
'(or use [OpenID](%%action.openidlogin%%)).');
'before changing your settings. ');
} else {
return _t('Login with your username and password. ' .
'Don\'t have a username yet? ' .