From 761205376c98e57b078bad84416709c946ecd820 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 1 Jan 2004 04:52:57 +0000 Subject: [PATCH] New strings for forum settings (allow students to view ratings of others) --- lang/en/forum.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lang/en/forum.php b/lang/en/forum.php index 2144e5b6bb..7bde0cf058 100644 --- a/lang/en/forum.php +++ b/lang/en/forum.php @@ -97,6 +97,8 @@ $string['rating'] = 'Rating'; $string['ratingeveryone'] = 'Everyone can rate posts'; $string['ratingno'] = 'No ratings'; $string['ratingonlyteachers'] = 'Only $a can rate posts'; +$string['ratingpublic'] = '$a can see everyone\'s ratings'; +$string['ratingpublicnot'] = '$a can only see their own ratings'; $string['ratings'] = 'Ratings'; $string['ratingssaved'] = 'Ratings saved'; $string['ratingsuse'] = 'Use ratings'; -- 2.39.5