From fa8a9ef35273baa5d1256f1fbe6af1ddc73a190a Mon Sep 17 00:00:00 2001 From: skodak Date: Sun, 26 Nov 2006 19:19:54 +0000 Subject: [PATCH] MDL-7434 all images that convey information should have alt text to convey that information - part 7 --- user/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 '

'; -- 2.39.5