diff options
author | Andreas Fischer <bantu@phpbb.com> | 2011-10-17 16:43:58 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2011-10-17 16:43:58 +0200 |
commit | cfb51358058e30e4303c1fdc10920c98a568871d (patch) | |
tree | c740788a44772d9e38d50accf069ffbefa58b129 /phpBB/language/en | |
parent | ff0839e76b8e34466a0365c0402a5a4badf3a0ff (diff) | |
parent | e40abfbde9f83c3c2c24a456fc7fe4765766859f (diff) | |
download | forums-cfb51358058e30e4303c1fdc10920c98a568871d.tar forums-cfb51358058e30e4303c1fdc10920c98a568871d.tar.gz forums-cfb51358058e30e4303c1fdc10920c98a568871d.tar.bz2 forums-cfb51358058e30e4303c1fdc10920c98a568871d.tar.xz forums-cfb51358058e30e4303c1fdc10920c98a568871d.zip |
Merge remote-tracking branch 'nickvergessen/ticket/9525' into develop-olympus
* nickvergessen/ticket/9525:
[ticket/9525] Minimum post length 0 is accepted but not working.
Diffstat (limited to 'phpBB/language/en')
-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 5a9ca6231d..6e6d4302cd 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -174,7 +174,7 @@ $lang = array_merge($lang, array( 'MAX_POST_URLS' => 'Maximum links per post', 'MAX_POST_URLS_EXPLAIN' => 'Maximum number of URLs in a post. Set to 0 for unlimited links.', 'MIN_CHAR_LIMIT' => 'Minimum characters per post/message', - 'MIN_CHAR_LIMIT_EXPLAIN' => 'The minimum number of characters the user need to enter within a post/private message.', + 'MIN_CHAR_LIMIT_EXPLAIN' => 'The minimum number of characters the user need to enter within a post/private message. The minimum for this setting is 1.', 'POSTING' => 'Posting', 'POSTS_PER_PAGE' => 'Posts per page', 'QUOTE_DEPTH_LIMIT' => 'Maximum nesting depth for quotes', |