diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-12 19:36:22 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-06-12 19:36:22 +0200 |
commit | 8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228 (patch) | |
tree | 497e8a587f212faa75e8c219a2a8422cd6da2104 /phpBB/language/en/acp | |
parent | 4adfa4685096f05e989ba7168bfaa4146e0d7cb4 (diff) | |
download | forums-8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228.tar forums-8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228.tar.gz forums-8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228.tar.bz2 forums-8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228.tar.xz forums-8475a8bec5e82cbdd3d37b881cfc71fb6a6d8228.zip |
[ticket/10211] Add spce after dot in new language string
PHPBB3-10211
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 5b8af7ab61..556ad212c0 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' => 'The threshold of login attempts allowed from a single IP address before an anti-spambot task is triggered.Enter 0 to prevent the anti-spambot task from being triggered by IP addresses.', + 'IP_LOGIN_LIMIT_MAX_EXPLAIN' => 'The threshold of login attempts allowed from a single IP address before an anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being triggered by IP addresses.', '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', |