From 7df59158b8104bb6aa2a56fd47424f9c7ec212f8 Mon Sep 17 00:00:00 2001 From: moodler Date: Sun, 11 Jan 2004 18:37:00 +0000 Subject: [PATCH] Bug 965 --- course/student.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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!"); } } -- 2.39.5