diff options
author | v12mike <github@ingenious.co.nz> | 2019-09-11 04:52:07 -0400 |
---|---|---|
committer | Marc Alexander <admin@m-a-styles.de> | 2019-11-21 13:44:20 +0100 |
commit | 92362441bd17dd18fb006a7b9f7a05c65ed2b432 (patch) | |
tree | 477b0120e42e470f083b9a8835c58ff2e5b653ba /phpBB/language/en/acp | |
parent | 78a913581c727801240758c0a8c3bfae86d124ca (diff) | |
download | forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.gz forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.bz2 forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.tar.xz forums-92362441bd17dd18fb006a7b9f7a05c65ed2b432.zip |
[ticket/9837] Make unapproved posts visible to posters
Add tests
Tidy up code
Improve user message formatting
PHPBB3-9837
Diffstat (limited to 'phpBB/language/en/acp')
-rw-r--r-- | phpBB/language/en/acp/board.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/board.php b/phpBB/language/en/acp/board.php index 5fa170bdb5..31801537a9 100644 --- a/phpBB/language/en/acp/board.php +++ b/phpBB/language/en/acp/board.php @@ -52,7 +52,7 @@ $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' => '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', 'GUEST_STYLE' => 'Guest style', 'GUEST_STYLE_EXPLAIN' => 'The board style for guests.', |