Merge branch 'MDL-68081-MOODLE_37_STABLE' of https://github.com/kritisingh1/moodle into MOODLE_37_STABLE

This commit is contained in:
Adrian Greeve
2020-03-19 11:29:03 +08:00
+1 -1
View File
@@ -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'.";
}