From: Damyon Wiese Date: Thu, 14 Jun 2012 03:23:27 +0000 (+0800) Subject: MDL-33718: Help text change for assignment module. X-Git-Tag: v2.3.0-beta~38^2 X-Git-Url: http://git.moodle.org/gw?p=moodle.git;a=commitdiff_plain;h=d9eb908d7416fec98bc6618ff1562b85ec7843af MDL-33718: Help text change for assignment module. --- diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 085ec42ae20..833276b8584 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -183,7 +183,7 @@ $string['page-mod-assign-view'] = 'Assignment module main and submission page'; $string['pluginadministration'] = 'Assignment administration'; $string['pluginname'] = 'Assignment'; $string['preventlatesubmissions'] = 'Prevent late submissions'; -$string['preventlatesubmissions_help'] = 'If enabled, students will not be able submit after the Due Date. If disabled, students will be able to submit assignments after the due date and before the final date (if set).'; +$string['preventlatesubmissions_help'] = 'If enabled, students will not be able submit after the Due Date. If disabled, students will be able to submit assignments after the due date.'; $string['preventsubmissions'] = 'Prevent the user from making any more submissions to this assignment.'; $string['preventsubmissionsshort'] = 'Prevent submission changes'; $string['previous'] = 'Previous';