From 6f9a69cd034f7979750d2d3d7a0674a63cea01b2 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 31 Jan 2008 05:52:04 +0000 Subject: [PATCH] MDL-13263 Merged nopostforum string from stable --- 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 34e0226c70..273bfbc54b 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -148,6 +148,7 @@ $string['noguestsubscribe'] = 'Sorry, guests are not allowed to subscribe to rec $string['noguesttracking'] = 'Sorry, guests are not allowed to set tracking options.'; $string['nomorepostscontaining'] = 'No more posts containing \'$a\' were found'; $string['nonews'] = 'No news has been posted yet'; +$string['nopostforum'] = 'Sorry, you are not allowed to post to this forum'; $string['noposts'] = 'No posts'; $string['nopostscontaining'] = 'No posts containing \'$a\' were found'; $string['noquestions'] = 'There are no questions yet in this forum'; -- 2.39.5