]> git.mjollnir.org Git - moodle.git/commitdiff
Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE
authorskodak <skodak>
Tue, 17 Oct 2006 06:29:03 +0000 (06:29 +0000)
committerskodak <skodak>
Tue, 17 Oct 2006 06:29:03 +0000 (06:29 +0000)
lang/en_utf8/assignment.php

index fcb5f2ddc1ed7904045f5f12862d1a075efc99f8..edb7f0fe20227156c9403f598370af1341672f43 100644 (file)
@@ -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';