mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 21:38:54 +00:00
Merge branch 'ticket/cs278/9761' into develop-olympus
* ticket/cs278/9761: [ticket/9761] Reworded quote nesting depth ACP option to match the behaviour
This commit is contained in:
commit
59a0bcd38f
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