diff options
author | Thomas Bruederli <thomas@roundcube.net> | 2015-03-23 18:41:23 +0100 |
---|---|---|
committer | Thomas Bruederli <thomas@roundcube.net> | 2015-03-23 18:41:23 +0100 |
commit | 4d9627c36a49918dbb5fe084173a01c6550ea790 (patch) | |
tree | 41ee5c58aeab49853f31377d892dd0659f735442 | |
parent | b9ac6ec263630abd3ac025fc000a52250e44c658 (diff) |
Wording
-rw-r--r-- | program/localization/en_US/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/messages.inc b/program/localization/en_US/messages.inc index bcf89a441..a23bfd645 100644 --- a/program/localization/en_US/messages.inc +++ b/program/localization/en_US/messages.inc @@ -186,7 +186,7 @@ $messages['errfailedrequest'] = 'Failed request'; $messages['errauthorizationfailed'] = 'Authorization Failed'; $messages['errunauthorizedexplain'] = 'Could not verify that you are authorized to access this service!'; $messages['errrequestcheckfailed'] = 'Request Check Failed'; -$messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nYou probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; +$messages['errcsrfprotectionexplain'] = "For your protection, access to this resource is secured against CSRF.\nIf you see this, you probably didn't log out before leaving the web application.\n\nHuman interaction is now required to continue."; $messages['errcontactserveradmin'] = 'Please contact your server-administrator.'; $messages['clicktoresumesession'] = 'Click here to resume your previous session'; |