diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 14:57:57 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-11 14:57:57 +0000 |
commit | e438c44670e91ca5f1dd5cf289c117c670ca2f26 (patch) | |
tree | 9e05100d86be451ebf736e364bbdfc5b53432725 /languages | |
parent | 3affeda9d085fd10ddff77e5948b8b76694103c5 (diff) | |
download | elgg-e438c44670e91ca5f1dd5cf289c117c670ca2f26.tar.gz elgg-e438c44670e91ca5f1dd5cf289c117c670ca2f26.tar.bz2 |
Minor bugfix to actions_gatekeeper()
git-svn-id: https://code.elgg.org/elgg/trunk@1834 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index ba01080a0..eb11ecc0e 100644 --- a/languages/en.php +++ b/languages/en.php @@ -718,7 +718,8 @@ You cannot reply to this email.", */ '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:timeerror' => 'Form has expired, please refresh and try again.', + 'actiongatekeeper:pluginprevents' => 'A extension has prevented this form from being submitted.',
/**
* Languages according to ISO 639-1
|