It is <a href=\"$a->url\">available on the web site</a>.';
$string['emailteachers'] = 'Email alerts to teachers';
$string['emptysubmission'] = 'You have not submitted anything yet';
-$string['enableemailnotification'] = 'Send feedback/grade notification emails';
+$string['enableemailnotification'] = 'Send notification emails';
$string['existingfiledeleted'] = 'Existing file has been deleted: $a';
$string['failedupdatefeedback'] = 'Failed to update submission feedback for user $a';
$string['feedback'] = 'Feedback';
--- /dev/null
+<h1>Send notification email</h1>
+
+<p>If you turn this on then students will be notified via email about their grades and feedback.</p>
+
+<p>Your personal preference is saved and will apply to all assignment submissions you grade.</p>
+
+++ /dev/null
-<h1>Send feedback/grade notification emails</h1>
-
-<p>Do you want to notify students about received grades and feedback via email?</p>
-
-<p>Your preference is saved and will apply to grading in all assignments in all courses.</p>
-
-<h1>Enable Send for marking</h1>
+<h1>Send for marking</h1>
-<p>Send for marking button allows students to indicate that they finished working on assignment. Teacher may also prevent further submission or revert to draft.</p>
+<p>The "Send for marking" button allows users to indicate to graders that they have finished working on an assignment. Graders may choose to revert the assignment to draft status (if it requires further work, for example).</p>
echo '<label for="mailinfo">'.get_string('enableemailnotification','assignment').'</label>';
echo '<input type="hidden" name="mailinfo" value="0" />';
echo '<input type="checkbox" id="mailinfo" name="mailinfo" value="1" '.$lastmailinfo.' />';
- helpbutton('enableemailnotification', get_string('enableemailnotification', 'assignment'), 'assignment').'</p></div>';
+ helpbutton('emailnotification', get_string('enableemailnotification', 'assignment'), 'assignment').'</p></div>';
echo '</div>';
echo '<div class="fastgbutton"><input type="submit" name="fastg" value="'.get_string('saveallfeedback', 'assignment').'" /></div>';
echo '</div>';