aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 16:03:40 +0000
committerben <ben@36083f99-b078-4883-b0ff-0f9b5a30f544>2008-10-27 16:03:40 +0000
commit5905681272b3755fa210a9487f4ecac9aad56d23 (patch)
treeed058e20c728a5e5f31a55ad0bbfe1154c3d7eb0
parentc10f2efcb71c5b7b8f990153a8ceb591571eaf4a (diff)
downloadelgg-5905681272b3755fa210a9487f4ecac9aad56d23.tar.gz
elgg-5905681272b3755fa210a9487f4ecac9aad56d23.tar.bz2
Hopefully slightly friendlier token mismatch errors.
git-svn-id: https://code.elgg.org/elgg/trunk@2315 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r--languages/en.php4
1 files 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.',
/**