mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[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:
parent
e1328e87ce
commit
54713dcdc7
1 changed files with 2 additions and 2 deletions
|
@ -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.',
|
||||
'POSTING' => 'Posting',
|
||||
'POSTS_PER_PAGE' => 'Posts per page',
|
||||
'QUOTE_DEPTH_LIMIT' => 'Maximum nested quotes per post',
|
||||
'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Maximum number of nested quotes in a post. Set to 0 for unlimited depth.',
|
||||
'QUOTE_DEPTH_LIMIT' => 'Maximum nesting depth for quotes',
|
||||
'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_EXPLAIN' => 'Maximum number of smilies in a post. Set to 0 for unlimited smilies.',
|
||||
'SMILIES_PER_PAGE' => 'Smilies per page',
|
||||
|
|
Loading…
Add table
Reference in a new issue