From cf603034e64ec6a3f7892d934e348d6928e277a9 Mon Sep 17 00:00:00 2001 From: dongsheng Date: Wed, 16 Apr 2008 02:37:51 +0000 Subject: [PATCH] MDL-14367, change alt text, see tracker, merged from MOODLE_19_STABLE --- blocks/course_list/block_course_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php index 2f2c04a288..b2475ac4e1 100644 --- a/blocks/course_list/block_course_list.php +++ b/blocks/course_list/block_course_list.php @@ -25,7 +25,7 @@ class block_course_list extends block_list { $this->content->footer = ''; $icon = "pixpath/i/course.gif\"". - " class=\"icon\" alt=\"".get_string("course")."\" />"; + " class=\"icon\" alt=\"".get_string("coursecategory")."\" />"; $adminseesall = true; if (isset($CFG->block_course_list_adminview)) { -- 2.39.5