MDL-45357 events: Normalise event description names

This commit is contained in:
Andrew Nicols
2014-05-06 16:44:04 +08:00
committed by Marina Glancy
parent f32629c7ea
commit 4d87e5c109
+2 -2
View File
@@ -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'.";
}
/**