From: dongsheng Date: Wed, 16 Apr 2008 02:37:51 +0000 (+0000) Subject: MDL-14367, change alt text, see tracker, merged from MOODLE_19_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=cf603034e64ec6a3f7892d934e348d6928e277a9;p=moodle.git MDL-14367, change alt text, see tracker, merged from MOODLE_19_STABLE --- 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)) {