]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-7434 all images that convey information should have alt text to convey that infor...
authorskodak <skodak>
Sun, 26 Nov 2006 19:19:54 +0000 (19:19 +0000)
committerskodak <skodak>
Sun, 26 Nov 2006 19:19:54 +0000 (19:19 +0000)
user/index.php

index 77c7294c49e77fbb4703fec7aef4079a342094ac..0d46d9388e247c2f75a9003100ddef3c5255d23e 100644 (file)
                 echo '<h3>'.$group->name;
                 if (has_capability('moodle/course:managegroups', get_context_instance(CONTEXT_COURSE, $course->id))) {
                     echo '&nbsp;<a title="'.get_string('editgroupprofile').'" href="../course/groups.php?id='.$course->id.'&amp;group='.$group->id.'">';
-                    echo '<img src="'.$CFG->pixpath.'/t/edit.gif" alt="" border="0">';
+                    echo '<img src="'.$CFG->pixpath.'/t/edit.gif" alt="'.get_string('editgroupprofile').'" border="0">';
                     echo '</a>';
                 }
                 echo '</h3>';