From 8aa0c699b73bf2e4cd8767420eaa817f3ad5e83e Mon Sep 17 00:00:00 2001
From: moodler
Date: Wed, 27 Feb 2008 05:07:57 +0000
Subject: [PATCH] Merged MDL-6591 Simplified some wording and fixed the help
file name for emailnotification
---
lang/en_utf8/assignment.php | 2 +-
lang/en_utf8/help/assignment/emailnotification.html | 6 ++++++
lang/en_utf8/help/assignment/enableemailnotification.html | 6 ------
lang/en_utf8/help/assignment/trackdrafts.html | 4 ++--
mod/assignment/lib.php | 2 +-
5 files changed, 10 insertions(+), 10 deletions(-)
create mode 100644 lang/en_utf8/help/assignment/emailnotification.html
delete mode 100644 lang/en_utf8/help/assignment/enableemailnotification.html
diff --git a/lang/en_utf8/assignment.php b/lang/en_utf8/assignment.php
index 850934d40a6..39a08892476 100644
--- a/lang/en_utf8/assignment.php
+++ b/lang/en_utf8/assignment.php
@@ -50,7 +50,7 @@ for \'$a->assignment\'
It is url\">available on the web site.';
$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';
diff --git a/lang/en_utf8/help/assignment/emailnotification.html b/lang/en_utf8/help/assignment/emailnotification.html
new file mode 100644
index 00000000000..350232b699e
--- /dev/null
+++ b/lang/en_utf8/help/assignment/emailnotification.html
@@ -0,0 +1,6 @@
+
Send notification email
+
+
If you turn this on then students will be notified via email about their grades and feedback.
+
+
Your personal preference is saved and will apply to all assignment submissions you grade.
Send for marking button allows students to indicate that they finished working on assignment. Teacher may also prevent further submission or revert to draft.
+
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).