mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'MDL-76948' of https://github.com/larsbonczek/moodle
This commit is contained in:
commit
f8f4677592
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ class submission_unlocked extends base {
|
|||
* @return string
|
||||
*/
|
||||
public function get_description() {
|
||||
return "The user with id '$this->userid' locked the submission for the user with id '$this->relateduserid' " .
|
||||
return "The user with id '$this->userid' unlocked the submission for the user with id '$this->relateduserid' " .
|
||||
"for the assignment with course module id '$this->contextinstanceid'.";
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue