MDL-45357 events: Normalise event description names
This commit is contained in:
committed by
Marina Glancy
parent
f32629c7ea
commit
4d87e5c109
@@ -65,8 +65,8 @@ class edit_page_viewed extends \core\event\base {
|
||||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The edit page for the quiz with the course module id '$this->contextinstanceid' was viewed by the user with " .
|
||||
"the id '$this->userid'.";
|
||||
return "The user with the id '$this->userid' viewed the edit page for the quiz with " .
|
||||
"the course module id '$this->contextinstanceid'.";
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user