From: moodler Date: Thu, 16 Dec 2004 07:32:37 +0000 (+0000) Subject: Filled out a missing string that caused people some consternation in the forums X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ec997189660c34e3503f9adb48a0be2ba2da2469;p=moodle.git Filled out a missing string that caused people some consternation in the forums --- diff --git a/lang/en/block_course_list.php b/lang/en/block_course_list.php index 2be986b4e0..0d95ab8ada 100644 --- a/lang/en/block_course_list.php +++ b/lang/en/block_course_list.php @@ -2,7 +2,7 @@ $string['blockname'] = 'Course List'; $string['allcourses'] = 'Admin user sees all courses'; -$string['configadminview'] = ''; +$string['configadminview'] = 'What should the admin see in the course list block?'; $string['owncourses'] = 'Admin user sees own courses'; ?>