aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/ucp.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/language/en/ucp.php')
-rw-r--r--phpBB/language/en/ucp.php17
1 files changed, 0 insertions, 17 deletions
diff --git a/phpBB/language/en/ucp.php b/phpBB/language/en/ucp.php
index 913c8a13a8..548030b93a 100644
--- a/phpBB/language/en/ucp.php
+++ b/phpBB/language/en/ucp.php
@@ -51,23 +51,6 @@ $lang = array_merge($lang, array(
',
));
-$lang = array_merge($lang, array(
- '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
$lang = array_merge($lang, array(
'ACCOUNT_ACTIVE' => 'Your account has now been activated. Thank you for registering',