From e438c44670e91ca5f1dd5cf289c117c670ca2f26 Mon Sep 17 00:00:00 2001 From: marcus Date: Mon, 11 Aug 2008 14:57:57 +0000 Subject: Minor bugfix to actions_gatekeeper() git-svn-id: https://code.elgg.org/elgg/trunk@1834 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'languages') 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 -- cgit v1.2.3