mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-39954 mod_assign: Replace old-style event assessable_submitted
This commit is contained in:
parent
caa06f4b45
commit
a04cbf61c8
3 changed files with 167 additions and 27 deletions
|
@ -140,6 +140,8 @@ $string['editsubmission'] = 'Edit submission';
|
|||
$string['editsubmission_help'] = 'Make changes to your submission';
|
||||
$string['editingstatus'] = 'Editing status';
|
||||
$string['editaction'] = 'Actions...';
|
||||
$string['event_assessable_submitted'] = 'A submission has been submitted.';
|
||||
$string['event_assessable_submitted_desc'] = 'User {$a->userid} has submitted the submission {$a->objectid}.';
|
||||
$string['extensionduedate'] = 'Extension due date';
|
||||
$string['extensionnotafterduedate'] = 'Extension date must be after the due date';
|
||||
$string['extensionnotafterfromdate'] = 'Extension date must be after the allow submissions from date';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue