diff --git a/lib/classes/event/group_member_removed.php b/lib/classes/event/group_member_removed.php index 938313c65c8..122059b051b 100644 --- a/lib/classes/event/group_member_removed.php +++ b/lib/classes/event/group_member_removed.php @@ -41,7 +41,7 @@ class group_member_removed extends base { * @return string */ public function get_description() { - return "The user with id '$this->userid' removed the user with id '$this->relateduserid' to the group with " . + return "The user with id '$this->userid' removed the user with id '$this->relateduserid' from the group with " . "id '$this->objectid'."; }