From 5eea1ca44e38b126b68d9b10840adff9b7852d62 Mon Sep 17 00:00:00 2001 From: PayBas Date: Sat, 23 Aug 2014 12:32:43 +0200 Subject: [PATCH] [ticket/12961] Fix missing phpBB.com Don't know how that happened. Weird PHPBB3-12961 --- phpBB/language/en/acp/board.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8db4782dfe..ab6da0def5 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -298,7 +298,7 @@ $lang = array_merge($lang, array( // Visual Confirmation Settings $lang = array_merge($lang, array( 'ACP_VC_SETTINGS_EXPLAIN' => 'Here you can select and configure plugins, which are designed to block automated form submissions by spambots. These plugins typically work by challenging the user with a CAPTCHA, a test which is designed to be difficult for computers to solve.', - 'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the phpBB.com anti-spam extensions database. For more information on preventing spam on your board, visit the .com knowledge base.', + 'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the phpBB.com anti-spam extensions database. For more information on preventing spam on your board, visit the phpBB.com knowledge base.', 'AVAILABLE_CAPTCHAS' => 'Available plugins', 'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.', 'CAPTCHA_GD' => 'GD image',