From: skodak Date: Fri, 18 Apr 2008 20:19:10 +0000 (+0000) Subject: MDL-13936 improved new lang string; merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=bab408f6587c51cbf25785e571cde1b1d5169cdd;p=moodle.git MDL-13936 improved new lang string; merged from MOODLE_19_STABLE --- 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.';