From 5905681272b3755fa210a9487f4ecac9aad56d23 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 27 Oct 2008 16:03:40 +0000 Subject: Hopefully slightly friendlier token mismatch errors. git-svn-id: https://code.elgg.org/elgg/trunk@2315 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/languages/en.php b/languages/en.php index efaf49564..3119639d5 100644 --- a/languages/en.php +++ b/languages/en.php @@ -809,8 +809,8 @@ You cannot reply to this email.", * Action gatekeeper */ 'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields', - 'actiongatekeeper:tokeninvalid' => 'Token provided by form does not match that generated by server.', - 'actiongatekeeper:timeerror' => 'Form has expired, please refresh and try again.', + 'actiongatekeeper:tokeninvalid' => "We encountered an error (token mismatch). This probably means that the page you were using expired. Please try again.", + 'actiongatekeeper:timeerror' => 'The page you were using has expired. Please refresh and try again.', 'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.', /** -- cgit v1.2.3