From d543939cd9ddbae168b976b34c8bd552e39d8777 Mon Sep 17 00:00:00 2001 From: skodak Date: Tue, 17 Oct 2006 06:29:03 +0000 Subject: [PATCH] Typo improvement in assignment.php string MDL-7046; merged from MOODLE_17_STABLE --- lang/en_utf8/assignment.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5