aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/acp/forums.php
diff options
context:
space:
mode:
authorYuriy Rusko <marshalrusty@phpbb.com>2010-02-20 22:36:22 +0000
committerYuriy Rusko <marshalrusty@phpbb.com>2010-02-20 22:36:22 +0000
commita4727a0f816f67d2fb4a7f7dcf18aedf5278bc62 (patch)
tree84ebde3200662f5e5f3628851dde689823b7a34e /phpBB/language/en/acp/forums.php
parent14e21a1a387d23ca83902922dc63fe9c4e940ab0 (diff)
downloadforums-a4727a0f816f67d2fb4a7f7dcf18aedf5278bc62.tar
forums-a4727a0f816f67d2fb4a7f7dcf18aedf5278bc62.tar.gz
forums-a4727a0f816f67d2fb4a7f7dcf18aedf5278bc62.tar.bz2
forums-a4727a0f816f67d2fb4a7f7dcf18aedf5278bc62.tar.xz
forums-a4727a0f816f67d2fb4a7f7dcf18aedf5278bc62.zip
Bugs #53925 and #52085 - Language fixes related to the quick reply settings
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10514 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/language/en/acp/forums.php')
-rw-r--r--phpBB/language/en/acp/forums.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/forums.php b/phpBB/language/en/acp/forums.php
index 86ce5f5ac8..eab027f295 100644
--- a/phpBB/language/en/acp/forums.php
+++ b/phpBB/language/en/acp/forums.php
@@ -66,7 +66,7 @@ $lang = array_merge($lang, array(
'ENABLE_POST_REVIEW' => 'Enable post review',
'ENABLE_POST_REVIEW_EXPLAIN' => 'If set to yes users are able to review their post if new posts were made to the topic while users wrote theirs. This should be disabled for chat forums.',
'ENABLE_QUICK_REPLY' => 'Enable quick reply',
- 'ENABLE_QUICK_REPLY_EXPLAIN' => 'If set to yes users get a quick reply box for this forum. If the global option for quick reply is disabled or the forum not postable to the quick reply box will not be displayed, even if set to yes here.',
+ 'ENABLE_QUICK_REPLY_EXPLAIN' => 'Enables the quick reply in this forum. This setting is not considered if the quick reply is disabled board wide. The quick reply will only be displayed for users who have permission to post in this forum.',
'ENABLE_RECENT' => 'Display active topics',
'ENABLE_RECENT_EXPLAIN' => 'If set to yes topics made to this forum will be shown in the active topics list.',
'ENABLE_TOPIC_ICONS' => 'Enable topic icons',