From 6c57310736947a2461b57be6bbc948589f6b1464 Mon Sep 17 00:00:00 2001 From: mudrd8mz Date: Thu, 29 Jan 2009 12:41:51 +0000 Subject: [PATCH] MDL-13449 New string needed. Merged from MOODLE_19_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 98564596ce..1c184815f2 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -225,6 +225,7 @@ $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'; +$string['noratinggiven'] = 'No rating given'; $string['nosubscribers'] = 'There are no subscribers yet for this forum'; $string['notexists'] = 'Discussion no longer exists'; $string['nothingnew'] = 'Nothing new for $a'; -- 2.39.5