diff options
Diffstat (limited to 'phpBB/language/en')
| -rw-r--r-- | phpBB/language/en/ucp.php | 18 |
1 files changed, 14 insertions, 4 deletions
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 |
