From 4bf0d12ffd08f5af82b037a42ba00cce4d5abfdb Mon Sep 17 00:00:00 2001 From: cash Date: Wed, 25 Aug 2010 12:02:07 +0000 Subject: standardized captcha plugin git-svn-id: http://code.elgg.org/elgg/trunk@6864 36083f99-b078-4883-b0ff-0f9b5a30f544 --- mod/captcha/languages/en.php | 35 +++++++++++++++++------------------ 1 file changed, 17 insertions(+), 18 deletions(-) (limited to 'mod/captcha/languages/en.php') diff --git a/mod/captcha/languages/en.php b/mod/captcha/languages/en.php index a45515ce3..12775e42b 100644 --- a/mod/captcha/languages/en.php +++ b/mod/captcha/languages/en.php @@ -1,20 +1,19 @@ 'Enter text from image', - 'captcha:captchafail' => 'Sorry, the text that you entered didn\'t match the text in the image.', - - ); - - add_translation("en",$english); -?> \ No newline at end of file +$english = array( + + 'captcha:entercaptcha' => 'Enter text from image', + 'captcha:captchafail' => 'Sorry, the text that you entered didn\'t match the text in the image.', + +); + +add_translation("en", $english); -- cgit v1.2.3