aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorPayBas <contact@paybas.com>2014-08-15 22:53:05 +0200
committerPayBas <contact@paybas.com>2014-08-15 22:53:05 +0200
commit45405a48a8914aca114db51eb97c0009be5d349f (patch)
treec5ded80513dfebe450ea1db5cca6e8dd4a3d1918 /phpBB/language/en
parent73426d2d304537144c00ff84d6e38eba9d92e45a (diff)
downloadforums-45405a48a8914aca114db51eb97c0009be5d349f.tar
forums-45405a48a8914aca114db51eb97c0009be5d349f.tar.gz
forums-45405a48a8914aca114db51eb97c0009be5d349f.tar.bz2
forums-45405a48a8914aca114db51eb97c0009be5d349f.tar.xz
forums-45405a48a8914aca114db51eb97c0009be5d349f.zip
[ticket/12961] Move link to language file
PHPBB3-12961
Diffstat (limited to 'phpBB/language/en')
-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 4a51b8e5b9..40f9310457 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 %sphpBB.com anti-spam extensions database%s.',
+ '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" target="_blank" style="font-weight: bold;">phpBB.com anti-spam extensions database</a>.',
'AVAILABLE_CAPTCHAS' => 'Available plugins',
'CAPTCHA_UNAVAILABLE' => 'The plugin cannot be selected as its requirements are not met.',
'CAPTCHA_GD' => 'GD image',