]> git.mjollnir.org Git - moodle.git/commitdiff
Bug 965
authormoodler <moodler>
Sun, 11 Jan 2004 18:37:00 +0000 (18:37 +0000)
committermoodler <moodler>
Sun, 11 Jan 2004 18:37:00 +0000 (18:37 +0000)
course/student.php

index 1fa5d28c0887bcb9a3960915de45b37450d812da..660f79684beb8734f163e01dc87209eee24d6090 100644 (file)
@@ -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!");
         }
     }