MDL-40055 mod_assign: Replace add_to_log 'submission statement accepted'

This commit is contained in:
Frederic Massart 2013-08-06 15:44:50 +08:00
parent 89fbc20263
commit b1e52860ea
3 changed files with 119 additions and 2 deletions

View file

@ -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.';