diff options
Diffstat (limited to 'phpBB/language/en/viewforum.php')
-rw-r--r-- | phpBB/language/en/viewforum.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/viewforum.php b/phpBB/language/en/viewforum.php index f995aa4d78..8c7c6a78d9 100644 --- a/phpBB/language/en/viewforum.php +++ b/phpBB/language/en/viewforum.php @@ -46,6 +46,7 @@ $lang = array_merge($lang, array( 'NEW_POSTS_LOCKED' => 'New posts [ Locked ]', 'NO_NEW_POSTS_HOT' => 'No new posts [ Popular ]', 'NO_NEW_POSTS_LOCKED' => 'No new posts [ Locked ]', + 'NO_READ_ACCESS' => 'You do not have the required permissions to read topics within this forum.', 'POST_FORUM_LOCKED' => 'Forum is locked', |