mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
Merge branch 'MDL-45629_master' of git://github.com/markn86/moodle
This commit is contained in:
commit
9e41209bba
1 changed files with 2 additions and 2 deletions
|
@ -93,8 +93,8 @@ class submission_status_viewed extends base {
|
||||||
* @return string
|
* @return string
|
||||||
*/
|
*/
|
||||||
public function get_description() {
|
public function get_description() {
|
||||||
return "The user with id '$this->userid' has viewed the status of the submission with id '$this->objectid' for " .
|
return "The user with id '$this->userid' has viewed the submission status page for the assignment with the " .
|
||||||
"the assignment with the course module id '$this->contextinstanceid'.";
|
"course module id '$this->contextinstanceid'.";
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue