mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Fixed a typo
This commit is contained in:
parent
24e11ade04
commit
da2bf59020
@ -136,7 +136,7 @@ $string['mail2'] = 'The comments and grade can be seen in the Workshop Assignmen
|
||||
$string['mail3'] = 'You can see it in your Workshop Assignment'; //not used in 1.5
|
||||
$string['mail4'] = 'A comment has been added to the assignment \'$a\' by';
|
||||
$string['mail5'] = 'The new comment can be seen in the Workshop Assignment \'$a\'.';
|
||||
$string['mail6'] = 'Your assessment of the assignment \'$a\' has by reviewed.'; //not used in 1.5
|
||||
$string['mail6'] = 'Your assessment of the assignment \'$a\' has been reviewed.'; //not used in 1.5
|
||||
$string['mail7'] = 'The comments given by the $a can be seen in the Workshop Assignment '; //not used in 1.5
|
||||
$string['mail8'] = 'The assignment $a is a revised piece of work. ';
|
||||
$string['mail9'] = 'Please assess it in the workshop assignment \'$a\'.';
|
||||
|
@ -57,7 +57,7 @@
|
||||
$newsubmission->numfiles = 1;
|
||||
if (insert_record("assignment_submissions", $newsubmission)) {
|
||||
add_to_log($course->id, "assignment", "upload", "view.php?a=$assignment->id", "$assignment->id", $cm->id);
|
||||
assignment_email_teachers($course, $cm, $assignment, $submission);
|
||||
assignment_email_teachers($course, $cm, $assignment, $newsubmission);
|
||||
print_heading(get_string('uploadedfile'));
|
||||
} else {
|
||||
notify(get_string("uploadnotregistered", "assignment", $newfile_name) );
|
||||
|
Loading…
x
Reference in New Issue
Block a user