[ticket/9761] Reworded quote nesting depth ACP option to match the behaviour

The nesting depth applies per quote block, not per post which the previous
label and description indicated.

PHPBB3-9761
This commit is contained in:
Patrick W 2010-07-12 02:04:29 +01:00 committed by Chris Smith
parent e1328e87ce
commit 54713dcdc7

View file

@ -177,8 +177,8 @@ $lang = array_merge($lang, array(
'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.',
'POSTING' => 'Posting', 'POSTING' => 'Posting',
'POSTS_PER_PAGE' => 'Posts per page', 'POSTS_PER_PAGE' => 'Posts per page',
'QUOTE_DEPTH_LIMIT' => 'Maximum nested quotes per post', 'QUOTE_DEPTH_LIMIT' => 'Maximum nesting depth for quotes',
'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Maximum number of nested quotes in a post. Set to 0 for unlimited depth.', 'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Maximum quote nesting depth in a post. Set to 0 for unlimited depth.',
'SMILIES_LIMIT' => 'Maximum smilies per post', 'SMILIES_LIMIT' => 'Maximum smilies per post',
'SMILIES_LIMIT_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.', 'SMILIES_LIMIT_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',
'SMILIES_PER_PAGE' => 'Smilies per page', 'SMILIES_PER_PAGE' => 'Smilies per page',