aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick W <noxwizard@phpbb.com>2010-07-12 02:04:29 +0100
committerChris Smith <toonarmy@phpbb.com>2010-07-12 02:04:29 +0100
commit54713dcdc7abc897fa16209c837c2181eb89ad9c (patch)
tree755507434932f0dbc4a65ae314aaa47b115173c4
parente1328e87ce23245dbd55a08fbaf3d48e957a6777 (diff)
downloadforums-54713dcdc7abc897fa16209c837c2181eb89ad9c.tar
forums-54713dcdc7abc897fa16209c837c2181eb89ad9c.tar.gz
forums-54713dcdc7abc897fa16209c837c2181eb89ad9c.tar.bz2
forums-54713dcdc7abc897fa16209c837c2181eb89ad9c.tar.xz
forums-54713dcdc7abc897fa16209c837c2181eb89ad9c.zip
[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
-rw-r--r--phpBB/language/en/acp/board.php4
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',