aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-08-23 12:32:43 +0200
committerPayBas <contact@paybas.com>2014-08-23 12:32:43 +0200
commit5eea1ca44e38b126b68d9b10840adff9b7852d62 (patch)
tree8c91d8b97a740db0f1985ba5041775ba5a0661f2
parentf22ee4f73abdd6706e0bbb0f0717801dd63db8cb (diff)
downloadforums-5eea1ca44e38b126b68d9b10840adff9b7852d62.tar
forums-5eea1ca44e38b126b68d9b10840adff9b7852d62.tar.gz
forums-5eea1ca44e38b126b68d9b10840adff9b7852d62.tar.bz2
forums-5eea1ca44e38b126b68d9b10840adff9b7852d62.tar.xz
forums-5eea1ca44e38b126b68d9b10840adff9b7852d62.zip
[ticket/12961] Fix missing phpBB.com
Don't know how that happened. Weird PHPBB3-12961
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
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 <em>CAPTCHA</em>, 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 <a href="https://www.phpbb.com/go/anti-spam-ext"><strong>phpBB.com anti-spam extensions database</strong></a>. For more information on preventing spam on your board, visit the <a href="https://www.phpbb.com/go/anti-spam"><strong>.com knowledge base</strong></a>.',
+ 'ACP_VC_EXT_GET_MORE' => 'For additional (and possibly better) anti-spam plugins, visit the <a href="https://www.phpbb.com/go/anti-spam-ext"><strong>phpBB.com anti-spam extensions database</strong></a>. For more information on preventing spam on your board, visit the <a href="https://www.phpbb.com/go/anti-spam"><strong>phpBB.com knowledge base</strong></a>.',
'AVAILABLE_CAPTCHAS' => 'Available plugins',
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
'CAPTCHA_GD' => 'GD image',