MDL-37490 mod_assign: Add setting to show the due date on the course page.

This commit is contained in:
Gareth J Barnard 2013-04-19 13:41:51 +01:00
parent b3be471f52
commit ef8a6dfb33
9 changed files with 69 additions and 8 deletions

View file

@ -115,6 +115,8 @@ $string['deletepluginareyousure'] = 'Delete assignment plugin {$a}: are you sure
$string['deletepluginareyousuremessage'] = 'You are about to completely delete the assignment plugin {$a}. This will completely delete everything in the database associated with this assignment plugin. Are you SURE you want to continue?';
$string['deletingplugin'] = 'Deleting plugin {$a}.';
$string['description'] = 'Description';
$string['displayduedate'] = 'Display due date';
$string['displayduedate_help'] = "If enabled the due date will be displayed on the course page if one has been set and enabled.";
$string['downloadall'] = 'Download all submissions';
$string['download all submissions'] = 'Download all submissions in a zip file.';
$string['duedate'] = 'Due date';