]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-14367, change alt text, see tracker, merged from MOODLE_19_STABLE
authordongsheng <dongsheng>
Wed, 16 Apr 2008 02:37:51 +0000 (02:37 +0000)
committerdongsheng <dongsheng>
Wed, 16 Apr 2008 02:37:51 +0000 (02:37 +0000)
blocks/course_list/block_course_list.php

index 2f2c04a2889ce6562ccf29c3ba964cd2da805fa9..b2475ac4e12931faf4902eeb2f3ff14a452f8fb7 100644 (file)
@@ -25,7 +25,7 @@ class block_course_list extends block_list {
         $this->content->footer = '';
 
         $icon  = "<img src=\"$CFG->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)) {