From c095178c84a3246c78705515501260e731b40335 Mon Sep 17 00:00:00 2001 From: vyshane Date: Thu, 21 Sep 2006 05:39:17 +0000 Subject: [PATCH] Added message string for when a user does not have permissions to view forum discussions in a forum. --- lang/en_utf8/forum.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index 6bd015af32..ed38905a4a 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -141,6 +141,7 @@ $string['nosubscribers'] = 'There are no subscribers yet for this forum'; $string['nothingnew'] = 'Nothing new for $a'; $string['notingroup'] = 'Sorry, but you need to be part of a group to see this forum.'; $string['notrackforum'] = 'Don\'t track unread messages'; +$string['noviewdiscussionspermission'] = 'You do not have the permission to view discussions in this forum'; $string['nownotsubscribed'] = '$a->name will NOT receive copies of \'$a->forum\' by email.'; $string['nownottracking'] = '$a->name is no longer tracking \'$a->forum\'.'; $string['nowallsubscribed'] = 'All forums in $a are subscribed.'; -- 2.39.5