aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Alexander <admin@m-a-styles.de>2020-01-09 20:32:49 +0100
committerMarc Alexander <admin@m-a-styles.de>2020-01-09 20:32:49 +0100
commiteecd0b91c5d8d341db807c2210fcfde1c690fe83 (patch)
treecf93458f9d65f64ed60e684897d7f67aa7e1f486
parentMerge branch 'prep-release-3.3.0' into 3.3.x (diff)
parent[ticket/16311] Fix password length ACP setting explanation (diff)
downloadphpbb-eecd0b91c5d8d341db807c2210fcfde1c690fe83.tar.gz
phpbb-eecd0b91c5d8d341db807c2210fcfde1c690fe83.tar.bz2
phpbb-eecd0b91c5d8d341db807c2210fcfde1c690fe83.zip
Merge pull request #5824 from rxu/ticket/16311
[ticket/16311] Fix password length ACP setting explanation
-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 a01a4f1bd1..4aee52abbe 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -250,7 +250,7 @@ $lang = array_merge($lang, array(
'MIN_CHARS' => 'Min',
'NO_AUTH_PLUGIN' => 'No suitable auth plugin found.',
'PASSWORD_LENGTH' => 'Password length',
- 'PASSWORD_LENGTH_EXPLAIN' => 'Minimum and maximum number of characters in passwords.',
+ 'PASSWORD_LENGTH_EXPLAIN' => 'Minimum number of characters in passwords. Note that the maximum number is not limited.',
'REG_LIMIT' => 'Registration attempts',
'REG_LIMIT_EXPLAIN' => 'Number of attempts users can make at solving the anti-spambot task before being locked out of that session.',
'USERNAME_ALPHA_ONLY' => 'Alphanumeric only',