From: moodler Date: Sun, 11 Jan 2004 18:37:00 +0000 (+0000) Subject: Bug 965 X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=7df59158b8104bb6aa2a56fd47424f9c7ec212f8;p=moodle.git Bug 965 --- diff --git a/course/student.php b/course/student.php index 1fa5d28c08..660f79684b 100644 --- a/course/student.php +++ b/course/student.php @@ -65,7 +65,7 @@ if (!empty($remove)) { if (! unenrol_student($remove, $course->id)) { - error("Could not add that student to this course!"); + error("Could not remove that student from this course!"); } }