diff options
Diffstat (limited to 'phpBB/viewforum.php')
-rw-r--r-- | phpBB/viewforum.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index b2d3025422..f3296fc73a 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -109,7 +109,7 @@ if(!$is_auth['auth_read'] || !$is_auth['auth_view']) // include('includes/page_header.'.$phpEx); - $msg = "I am sorry but you are not currently authorised to read this forum. You could try logging on and trying again. If you are logged on then this is a private forum for which you have not been granted access."; + $msg = "I am sorry but only " . $is_auth['auth_read_type'] . " can read this forum."; $template->set_filenames(array( "reg_header" => "error_body.tpl" |