aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en
diff options
context:
space:
mode:
authorv12mike <github@ingenious.co.nz>2019-09-13 03:47:12 -0400
committerMarc Alexander <admin@m-a-styles.de>2019-11-21 13:44:21 +0100
commit63ebd658a947143788f83014c6e90b4eb3baa985 (patch)
tree6c9751c9ae87b38a9f0871eb62b0f4ade3b096fb /phpBB/language/en
parent9fff4cf2536821ef75e4908cc22be2122dcc67a9 (diff)
downloadforums-63ebd658a947143788f83014c6e90b4eb3baa985.tar
forums-63ebd658a947143788f83014c6e90b4eb3baa985.tar.gz
forums-63ebd658a947143788f83014c6e90b4eb3baa985.tar.bz2
forums-63ebd658a947143788f83014c6e90b4eb3baa985.tar.xz
forums-63ebd658a947143788f83014c6e90b4eb3baa985.zip
[ticket/9837] Display unapproved posts to their authors
Improve ACP language strings PHPBB3-9837
Diffstat (limited to 'phpBB/language/en')
-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 57f7e5738d..0b601d2821 100644
--- a/phpBB/language/en/acp/board.php
+++ b/phpBB/language/en/acp/board.php
@@ -52,8 +52,8 @@ $lang = array_merge($lang, array(
'DISABLE_BOARD_EXPLAIN' => 'This will make the board unavailable to users who are neither administrators nor moderators. You can also enter a short (255 character) message to display if you wish.',
'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' => 'Unapproved posts in the moderation queue can be viewed by the poster. Does not apply to Guest posts',
+ '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',
'GUEST_STYLE' => 'Guest style',
'GUEST_STYLE_EXPLAIN' => 'The board style for guests.',
'OVERRIDE_STYLE' => 'Override user style',