diff options
author | Nils Adermann <naderman@naderman.de> | 2011-06-22 02:27:37 +0200 |
---|---|---|
committer | Nils Adermann <naderman@naderman.de> | 2011-06-22 02:27:37 +0200 |
commit | 237af043d62aaafba77e053417e88ca912a04d82 (patch) | |
tree | d60e09fa08dabf7234a5b22fa0bb8e13d5b87ff2 /phpBB | |
parent | b7069f395b53df09a5828238422b0d1a34e0ed08 (diff) | |
download | forums-237af043d62aaafba77e053417e88ca912a04d82.tar forums-237af043d62aaafba77e053417e88ca912a04d82.tar.gz forums-237af043d62aaafba77e053417e88ca912a04d82.tar.bz2 forums-237af043d62aaafba77e053417e88ca912a04d82.tar.xz forums-237af043d62aaafba77e053417e88ca912a04d82.zip |
[ticket/10228] Correct "trigger" to "triggered" in acp registration settings
PHPBB3-10228
Diffstat (limited to 'phpBB')
-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 68474ee893..0254bff992 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -469,7 +469,7 @@ $lang = array_merge($lang, array( 'IP_LOGIN_LIMIT_USE_FORWARDED' => 'Limit login attempts by <var>X_FORWARDED_FOR</var> header', 'IP_LOGIN_LIMIT_USE_FORWARDED_EXPLAIN' => 'Instead of limiting login attempts by IP address they are limited by <var>X_FORWARDED_FOR</var> values. <br /><em><strong>Warning:</strong> Only enable this if you are operating a proxy server that sets <var>X_FORWARDED_FOR</var> to trustworthy values.</em>', 'MAX_LOGIN_ATTEMPTS' => 'Maximum number of login attempts per username', - 'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'The number of login attempts allowed for a single account before the anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being trigger for distinct user accounts.', + 'MAX_LOGIN_ATTEMPTS_EXPLAIN' => 'The number of login attempts allowed for a single account before the anti-spambot task is triggered. Enter 0 to prevent the anti-spambot task from being triggered for distinct user accounts.', 'NO_IP_VALIDATION' => 'None', 'NO_REF_VALIDATION' => 'None', 'PASSWORD_TYPE' => 'Password complexity', |