From ec997189660c34e3503f9adb48a0be2ba2da2469 Mon Sep 17 00:00:00 2001 From: moodler Date: Thu, 16 Dec 2004 07:32:37 +0000 Subject: [PATCH] Filled out a missing string that caused people some consternation in the forums --- lang/en/block_course_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; ?> -- 2.39.5