From ca2a672d20f65d44cf9eb6114e89d273ba5deaef Mon Sep 17 00:00:00 2001 From: David M Date: Sat, 12 Aug 2006 02:09:41 +0000 Subject: - New color generation system, please report any images that have issues. git-svn-id: file:///svn/phpbb/trunk@6267 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/language/en/ucp.php | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) (limited to 'phpBB/language') diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php index d23049b1f3..cbfea1bc6f 100644 --- a/phpBB/language/en/ucp.php +++ b/phpBB/language/en/ucp.php @@ -50,10 +50,20 @@ $lang = array_merge($lang, array( )); $lang = array_merge($lang, array( - 'CAPTCHA_LINE_1' => 'Enter the code on', - 'CAPTCHA_LINE_2' => ' the right which ', - 'CAPTCHA_LINE_3' => 'matches the image', - 'CAPTCHA_LINE_4' => ' on the left ', + 'CAPTCHA' =>array( + 'cells' => array( + 'Enter the code on', + ' the right, in ', + ' the order shown ', + ' on the left ', + ), + 'shape' => array( + 'Enter the code on', + ' the right which ', + 'matches the image', + ' on the left ', + ) + ) )); // Common language entries -- cgit v1.2.1