From 4d9627c36a49918dbb5fe084173a01c6550ea790 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Mon, 23 Mar 2015 13:41:23 -0400
Subject: [PATCH] Wording

---
 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 bcf89a4..a23bfd6 100644
--- a/program/localization/en_US/messages.inc
+++ b/program/localization/en_US/messages.inc
@@ -186,7 +186,7 @@
 $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';
 

--
Gitblit v1.9.1