aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorv12mike <v12mike.git@ingenious.co.nz>2019-11-19 07:20:44 -0500
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:22 +0100
commit29be971fad6ba90c147d0fd8b2d07d69e5efddec (patch)
treec7af5b207858504e95a404450f007476a9c2fcec /phpBB/language
parent0f57f3d90d1983c49bde1d56b6018a761f92264b (diff)
downloadforums-29be971fad6ba90c147d0fd8b2d07d69e5efddec.tar
forums-29be971fad6ba90c147d0fd8b2d07d69e5efddec.tar.gz
forums-29be971fad6ba90c147d0fd8b2d07d69e5efddec.tar.bz2
forums-29be971fad6ba90c147d0fd8b2d07d69e5efddec.tar.xz
forums-29be971fad6ba90c147d0fd8b2d07d69e5efddec.zip
[ticket/9837] Make unapproved posts visible to author
review comments PHPBB3-9837
Diffstat (limited to 'phpBB/language')
-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 0b601d2821..cb9013805d 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 author',
- 'DISPLAY_UNAPPROVED_POSTS_EXPLAIN' => 'Unapproved posts in the moderation queue can be viewed by the author. Does not apply to Guest posts',
+ 'DISPLAY_UNAPPROVED_POSTS_EXPLAIN' => 'Unapproved posts can be viewed by the author. Does not apply to Guest posts.',
'GUEST_STYLE' => 'Guest style',
'GUEST_STYLE_EXPLAIN' => 'The board style for guests.',
'OVERRIDE_STYLE' => 'Override user style',