diff --git a/user/view.php b/user/view.php index b3a3a4d123f..bff7771c2c0 100644 --- a/user/view.php +++ b/user/view.php @@ -150,11 +150,11 @@ if ($user->emailstop) { $switchparam = 'enable'; $switchtitle = get_string('emaildisable'); - $switchpix = 'show.gif'; + $switchpix = 'emailno.gif'; } else { $switchparam = 'disable'; $switchtitle = get_string('emailenable'); - $switchpix = 'hide.gif'; + $switchpix = 'email.gif'; } $emailswitch = " id&course=$course->id&$switchparam=$user->id\">".