diff options
Diffstat (limited to 'phpBB/viewtopic.php')
-rw-r--r-- | phpBB/viewtopic.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/viewtopic.php b/phpBB/viewtopic.php index a35dafb6e8..632e56c552 100644 --- a/phpBB/viewtopic.php +++ b/phpBB/viewtopic.php @@ -234,7 +234,7 @@ if(!$is_auth['auth_view'] || !$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 topic."; $template->set_filenames(array( "reg_header" => "error_body.tpl" |