Merge branch 'MDL-45629_master' of git://github.com/markn86/moodle

This commit is contained in:
Marina Glancy 2014-05-26 11:58:50 +08:00
commit 9e41209bba

View file

@ -93,8 +93,8 @@ class submission_status_viewed extends base {
* @return string
*/
public function get_description() {
return "The user with id '$this->userid' has viewed the status of the submission with id '$this->objectid' for " .
"the assignment with the course module id '$this->contextinstanceid'.";
return "The user with id '$this->userid' has viewed the submission status page for the assignment with the " .
"course module id '$this->contextinstanceid'.";
}
/**