aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorv12mike <github@ingenious.co.nz>2019-09-11 05:17:13 -0400
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:20 +0100
commite102a9a3cb81534731495f3c4d2ceed815f6dec2 (patch)
tree926dc0289e0c5778193c29577e405cf475b48a62
parent92362441bd17dd18fb006a7b9f7a05c65ed2b432 (diff)
downloadforums-e102a9a3cb81534731495f3c4d2ceed815f6dec2.tar
forums-e102a9a3cb81534731495f3c4d2ceed815f6dec2.tar.gz
forums-e102a9a3cb81534731495f3c4d2ceed815f6dec2.tar.bz2
forums-e102a9a3cb81534731495f3c4d2ceed815f6dec2.tar.xz
forums-e102a9a3cb81534731495f3c4d2ceed815f6dec2.zip
[ticket/9837] Make unapproved posts visible to poster
Improve acp explanation string PHPBB3-9837
-rw-r--r--phpBB/language/en/acp/board.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php
index 31801537a9..57f7e5738d 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -53,7 +53,7 @@ $lang = array_merge($lang, array(
'DISPLAY_LAST_SUBJECT' => 'Display subject of last added post on forum list',
'DISPLAY_LAST_SUBJECT_EXPLAIN' => 'The subject of the last added post will be displayed in the forum list with a hyperlink to the post. Subjects from password protected forums and forums in which user doesn’t have read access are not shown.',
'DISPLAY_UNAPPROVED_POSTS' => 'Display unapproved posts to the poster',
- 'DISPLAY_UNAPPROVED_POSTS_EXPLAIN' => 'The poster will be able to see his unapproved posts while they are in the moderation queue. This does not restrict the visbility to Moderators',
+ 'DISPLAY_UNAPPROVED_POSTS_EXPLAIN' => 'Unapproved posts in the moderation queue can be viewed by the poster. Does not apply to Guest posts',
'GUEST_STYLE' => 'Guest style',
'GUEST_STYLE_EXPLAIN' => 'The board style for guests.',
'OVERRIDE_STYLE' => 'Override user style',