login -> reenter

darcs-hash:20080709060928-84dde-14e8803a617d177739f5ee6b96f296dea80719c9.gz
This commit is contained in:
Evan Prodromou 2008-07-09 02:09:28 -04:00
parent a67108190a
commit 6198ba6714
1 changed files with 3 additions and 1 deletions

View File

@ -95,7 +95,9 @@ class LoginAction extends Action {
{
# rememberme logins have to reauthenticate before
# changing any profile settings (cookie-stealing protection)
return _t('To change your settings, login with your ' .
return _t('For security reasons, ' .
'before changing your settings, ' .
'please re-enter your ' .
'user name and password ' .
'(or use [OpenID](%%action.openidlogin%%)).');
} else {