aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2011-06-11 01:36:28 +0200
committerNils Adermann <naderman@naderman.de>2011-06-11 01:36:28 +0200
commitcbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38 (patch)
treeff8b56703d6f5f402f1f53e4c20f4a889cd3a797 /phpBB
parentc8828473a85a061889f58e900036ddb90f38652c (diff)
downloadforums-cbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38.tar
forums-cbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38.tar.gz
forums-cbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38.tar.bz2
forums-cbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38.tar.xz
forums-cbcc48b8e3e18b036fa8813b36ae7f01e5f4ae38.zip
[ticket/9992] Add a comma to language for IP_LOGIN_LIMIT_MAX_EXPLAIN
PHPBB3-9992
Diffstat (limited to 'phpBB')
-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 5d6930ce98..c0c730c45e 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -463,7 +463,7 @@ $lang = array_merge($lang, array(
'IP_VALID' => 'Session IP validation',
'IP_VALID_EXPLAIN' => 'Determines how much of the users IP is used to validate a session; <samp>All</samp> compares the complete address, <samp>A.B.C</samp> the first x.x.x, <samp>A.B</samp> the first x.x, <samp>None</samp> disables checking. On IPv6 addresses <samp>A.B.C</samp> compares the first 4 blocks and <samp>A.B</samp> the first 3 blocks.',
'IP_LOGIN_LIMIT_MAX' => 'Maximum number of login attempts per IP address',
- 'IP_LOGIN_LIMIT_MAX_EXPLAIN' => 'Once the count of failed logins from an IP address exceeds this limit any login from the IP address requires solving an anti-spambot task. Select 0 to disable the limit, so that no tasks need to be solved.',
+ 'IP_LOGIN_LIMIT_MAX_EXPLAIN' => 'Once the count of failed logins from an IP address exceeds this limit, any login from the IP address requires solving an anti-spambot task. Select 0 to disable the limit, so that no tasks need to be solved.',
'IP_LOGIN_LIMIT_TIME' => 'IP address login attempt expiration time',
'IP_LOGIN_LIMIT_TIME_EXPLAIN' => 'Login attempts expire after this period, in seconds.',
'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header',