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',
diff --git a/phpBB/styles/subSilver/template/viewforum_body.html b/phpBB/styles/subSilver/template/viewforum_body.html
index fcc7aae70a..d357f45279 100644
--- a/phpBB/styles/subSilver/template/viewforum_body.html
+++ b/phpBB/styles/subSilver/template/viewforum_body.html
@@ -87,7 +87,7 @@
-
+
{L_NO_READ_ACCESS} | +