Merged MDL-6591 Simplified some wording and fixed the help file name for emailnotification

This commit is contained in:
moodler 2008-02-27 05:07:57 +00:00
parent 579b632b23
commit 8aa0c699b7
5 changed files with 10 additions and 10 deletions

View File

@ -50,7 +50,7 @@ for <i>\'$a->assignment\'</i><br /><br />
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';

View File

@ -0,0 +1,6 @@
<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>

View File

@ -1,6 +0,0 @@
<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>

View File

@ -1,3 +1,3 @@
<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>

View File

@ -1318,7 +1318,7 @@ class assignment_base {
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>';