diff options
Diffstat (limited to 'phpBB/language/en/lang_admin.php')
-rw-r--r-- | phpBB/language/en/lang_admin.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpBB/language/en/lang_admin.php b/phpBB/language/en/lang_admin.php index 1099dad145..ea887ccee3 100644 --- a/phpBB/language/en/lang_admin.php +++ b/phpBB/language/en/lang_admin.php @@ -590,6 +590,8 @@ $lang = array_merge($lang, array( 'CHAR_LIMIT_EXPLAIN' => 'Set to 0 for unlimited characters.', 'SMILIES_LIMIT' => 'Max smilies per post', 'SMILIES_LIMIT_EXPLAIN' => 'Set to 0 for unlimited smilies.', + 'QUOTE_DEPTH_LIMIT' => 'Max nested quotes in posts', + 'QUOTE_DEPTH_LIMIT_EXPLAIN' => 'Set to 0 for unlimited depth.', 'ALLOW_TOPIC_NOTIFY' => 'Allow Topic Watching', 'ALLOW_FORUM_NOTIFY' => 'Allow Forum Watching', 'ALLOW_NAME_CHANGE' => 'Allow Username changes', |