From f77f615de64dadfae74308d03c0b41f56b8bdb7e Mon Sep 17 00:00:00 2001 From: Martin Dougiamas Date: Wed, 21 Apr 2010 06:48:31 +0000 Subject: [PATCH] assignment/lang MDL-21695 Fixing regression, new help strings contained bare single quotes --- mod/assignment/lang/en/assignment.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mod/assignment/lang/en/assignment.php b/mod/assignment/lang/en/assignment.php index 904b1972b74..415409059d0 100644 --- a/mod/assignment/lang/en/assignment.php +++ b/mod/assignment/lang/en/assignment.php @@ -55,7 +55,7 @@ $string['cannotdeletefiles'] = 'An error occurred and files could not be deleted $string['cannotviewassignment'] = 'You can not view this assignment'; $string['comment'] = 'Comment'; $string['commentinline'] = 'Comment inline'; -$string['commentinline_help'] = 'If enabled, the student's submission will be copied into the feedback comment field during grading, making it easier to comment inline (using a different colour, perhaps) or to edit the original text.'; +$string['commentinline_help'] = 'If enabled, the student\'s submission will be copied into the feedback comment field during grading, making it easier to comment inline (using a different colour, perhaps) or to edit the original text.'; $string['configitemstocount'] = 'Nature of items to be counted for student submissions in online assignments.'; $string['configmaxbytes'] = 'Default maximum assignment size for all assignments on the site (subject to course limits and other local settings)'; $string['configshowrecentsubmissions'] = 'Everyone can see notifications of submissions in recent activity reports.'; @@ -82,7 +82,7 @@ It is available on the web site.'; $string['emailteachers'] = 'Email alerts to teachers'; $string['emailteachers_help'] = 'If enabled, teachers receive email notification whenever students add or update an assignment submission. -Only teachers who are able to grade the particular assignment are notified. So, for example, if the course uses separate groups, teachers restricted to particular groups won't receive notification about students in other groups.'; +Only teachers who are able to grade the particular assignment are notified. So, for example, if the course uses separate groups, teachers restricted to particular groups won\'t receive notification about students in other groups.'; $string['emptysubmission'] = 'You have not submitted anything yet'; $string['enableemailnotification'] = 'Send notification emails'; $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their assignment submissions are graded.';