Skip to content

Commit

Permalink
Merge branch 'MDL-45568_master' of git://github.com/markn86/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
Damyon Wiese committed Jun 4, 2014
2 parents 6526c48 + 336f156 commit ddf831b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/classes/event/course_module_completion_updated.php
Expand Up @@ -60,8 +60,8 @@ public static function get_name() {
* @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'.";
}

/**
Expand Down

0 comments on commit ddf831b

Please sign in to comment.