From: skodak Date: Sun, 26 Nov 2006 19:19:54 +0000 (+0000) Subject: MDL-7434 all images that convey information should have alt text to convey that infor... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fa8a9ef35273baa5d1256f1fbe6af1ddc73a190a;p=moodle.git MDL-7434 all images that convey information should have alt text to convey that information - part 7 --- diff --git a/user/index.php b/user/index.php index 77c7294c49..0d46d9388e 100644 --- a/user/index.php +++ b/user/index.php @@ -257,7 +257,7 @@ echo '

'.$group->name; if (has_capability('moodle/course:managegroups', get_context_instance(CONTEXT_COURSE, $course->id))) { echo ' '; - echo ''; + echo ''.get_string('editgroupprofile').''; echo ''; } echo '

';