diff options
author | Andreas Fischer <bantu@phpbb.com> | 2010-08-10 16:05:18 +0200 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2010-08-10 16:05:18 +0200 |
commit | 59a0bcd38fb277875b0149ea736bcdc43e2d33a2 (patch) | |
tree | 445accfd23aef0151a6a2c16735c11201ea2f51f | |
parent | d66aadc33fe8260b206222c9bf19d526f8372ee1 (diff) | |
parent | 54713dcdc7abc897fa16209c837c2181eb89ad9c (diff) | |
download | forums-59a0bcd38fb277875b0149ea736bcdc43e2d33a2.tar forums-59a0bcd38fb277875b0149ea736bcdc43e2d33a2.tar.gz forums-59a0bcd38fb277875b0149ea736bcdc43e2d33a2.tar.bz2 forums-59a0bcd38fb277875b0149ea736bcdc43e2d33a2.tar.xz forums-59a0bcd38fb277875b0149ea736bcdc43e2d33a2.zip |
Merge branch 'ticket/cs278/9761' into develop-olympus
* ticket/cs278/9761:
[ticket/9761] Reworded quote nesting depth ACP option to match the behaviour
-rw-r--r-- | phpBB/language/en/acp/board.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 8b12a926b0..ac0ddf1b73 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -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', |