]> git.mjollnir.org Git - moodle.git/commitdiff
Filled out a missing string that caused people some consternation in the forums
authormoodler <moodler>
Thu, 16 Dec 2004 07:32:37 +0000 (07:32 +0000)
committermoodler <moodler>
Thu, 16 Dec 2004 07:32:37 +0000 (07:32 +0000)
lang/en/block_course_list.php

index 2be986b4e0066422557b937d527b3bf4aca33ccb..0d95ab8ada8df4462c575cfb188d3699a23a5166 100644 (file)
@@ -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';
 
 ?>