From bab408f6587c51cbf25785e571cde1b1d5169cdd Mon Sep 17 00:00:00 2001 From: skodak Date: Fri, 18 Apr 2008 20:19:10 +0000 Subject: [PATCH] MDL-13936 improved new lang string; merged from MOODLE_19_STABLE --- lang/en_utf8/forum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en_utf8/forum.php b/lang/en_utf8/forum.php index a842dabfcc..8c75732760 100644 --- a/lang/en_utf8/forum.php +++ b/lang/en_utf8/forum.php @@ -28,7 +28,7 @@ $string['blockperioddisabled'] = 'Don\'t block'; $string['bynameondate'] = 'by $a->name - $a->date'; $string['cannotviewpostyet'] = 'You cannot read other students questions in this discussion yet because you haven\'t posted'; $string['cannotadddiscussion'] = 'Adding discussions to this forum requires group membership.'; -$string['cannotadddiscussionall'] = 'Can not add discussions for all participants to this forum.'; +$string['cannotadddiscussionall'] = 'You do not have permission to add a new discussion topic for all participants.'; $string['cleanreadtime'] = 'Mark old posts as read hour'; $string['configcleanreadtime'] = 'The hour of the day to clean old posts from the \'read\' table.'; $string['configdisplaymode'] = 'The default display mode for discussions if one isn\'t set.'; -- 2.39.5