mirror of
https://github.com/moodle/moodle.git
synced 2025-06-10 10:06:20 +02:00
Merge branch 'MDL-45568_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
ddf831be20
@ -60,8 +60,8 @@ class course_module_completion_updated extends base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The course module completion requirements were updated by the user with id '$this->userid' for the user " .
|
||||
"with id '$this->relateduserid'.";
|
||||
return "The user with id '$this->userid' updated the completion state for the course module with id '$this->contextinstanceid' " .
|
||||
"for the user with id '$this->relateduserid'.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user