mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 02:16:41 +02:00
MDL-40055 mod_assign: Replace add_to_log 'submission statement accepted'
This commit is contained in:
parent
89fbc20263
commit
b1e52860ea
3 changed files with 119 additions and 2 deletions
|
@ -145,6 +145,7 @@ $string['event_all_submissions_downloaded'] = 'All the submissions are being dow
|
|||
$string['event_extension_granted'] = 'An extension has been granted.';
|
||||
$string['event_identities_revealed'] = 'The identities have been revealed.';
|
||||
$string['event_marker_updated'] = 'The allocated marker has been updated.';
|
||||
$string['event_statement_accepted'] = 'The user has accepted the statement of the submission.';
|
||||
$string['event_submission_duplicated'] = 'The user duplicated his submission.';
|
||||
$string['event_submission_locked'] = 'The submissions have been locked for a user.';
|
||||
$string['event_submission_status_updated'] = 'The status of the submission has been updated.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue