summaryrefslogtreecommitdiff
path: root/program
diff options
context:
space:
mode:
authorThomas Bruederli <thomas@roundcube.net>2015-03-23 18:41:23 +0100
committerThomas Bruederli <thomas@roundcube.net>2015-03-23 18:41:23 +0100
commit4d9627c36a49918dbb5fe084173a01c6550ea790 (patch)
tree41ee5c58aeab49853f31377d892dd0659f735442 /program
parentb9ac6ec263630abd3ac025fc000a52250e44c658 (diff)
Wording
Diffstat (limited to 'program')
-rw-r--r--program/localization/en_US/messages.inc2
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';