aboutsummaryrefslogtreecommitdiff
path: root/languages
diff options
context:
space:
mode:
authorcash <cash.costello@gmail.com>2013-02-23 14:16:29 -0500
committercash <cash.costello@gmail.com>2013-02-23 14:16:29 -0500
commit06c3b6e3c41c629e510c55199bd19914273b0e64 (patch)
treefefa41a98db53965f47c30bb529bb26ec0e9bce1 /languages
parenta88e45243afff71d103fec7440b219de8bdd79f5 (diff)
downloadelgg-06c3b6e3c41c629e510c55199bd19914273b0e64.tar.gz
elgg-06c3b6e3c41c629e510c55199bd19914273b0e64.tar.bz2
Fixes #4997 stop requesting a token after a failed request
Diffstat (limited to 'languages')
-rw-r--r--languages/en.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php
index 353896047..fe450b8a2 100644
--- a/languages/en.php
+++ b/languages/en.php
@@ -1189,7 +1189,7 @@ You cannot reply to this email.",
* Action gatekeeper
*/
'actiongatekeeper:missingfields' => 'Form is missing __token or __ts fields',
- 'actiongatekeeper:tokeninvalid' => "We encountered an error (token mismatch). This probably means that the page you were using expired.",
+ 'actiongatekeeper:tokeninvalid' => "The page you were using had 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.',
'actiongatekeeper:uploadexceeded' => 'The size of file(s) uploaded exceeded the limit set by your site administrator',
@@ -1211,7 +1211,7 @@ You cannot reply to this email.",
* Javascript
*/
- 'js:security:token_refresh_failed' => 'Cannot contact %s. You may experience problems saving content.',
+ 'js:security:token_refresh_failed' => 'Failed to contact %s. You may experience problems saving content. Please refresh this page.',
'js:security:token_refreshed' => 'Connection to %s restored!',
/**