From: skodak Date: Tue, 17 Oct 2006 06:29:03 +0000 (+0000) Subject: Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=d543939cd9ddbae168b976b34c8bd552e39d8777;p=moodle.git Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE --- diff --git a/lang/en_utf8/assignment.php b/lang/en_utf8/assignment.php index fcb5f2ddc1..edb7f0fe20 100644 --- a/lang/en_utf8/assignment.php +++ b/lang/en_utf8/assignment.php @@ -90,7 +90,7 @@ $string['notesempty'] = 'No entry'; $string['notesupdateerror'] = 'Error when updating notes'; $string['notgradedyet'] = 'Not graded yet'; $string['notsubmittedyet'] = 'Not submitted yet'; -$string['onceassignmentsent'] = 'Once the assignment is sent for marking, you will no longer be able to delete or attach file(s).'; +$string['onceassignmentsent'] = 'Once the assignment is sent for marking, you will no longer be able to delete or attach file(s). Do you want to continue?'; $string['overwritewarning'] = 'Warning: uploading again will REPLACE your current submission'; $string['pagesize'] = 'Submissions shown per page'; $string['preventlate'] = 'Prevent late submissions';