MDL-14367, change alt text, see tracker

This commit is contained in:
dongsheng
2008-04-16 02:35:54 +00:00
parent 4c404aa348
commit 612bbdefad
+1 -1
View 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)) {