]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
login -> reenter
authorEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 06:09:28 +0000 (02:09 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 9 Jul 2008 06:09:28 +0000 (02:09 -0400)
darcs-hash:20080709060928-84dde-14e8803a617d177739f5ee6b96f296dea80719c9.gz

actions/login.php

index af4e2e7b8ef82bf07837c12c0370c9df5040b939..c6c554ea33e1b4edb4ba7b3bf9f89c771638da50 100644 (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 {