assignment/lang MDL-21695 Fixing regression, new help strings contained bare single quotes

This commit is contained in:
Martin Dougiamas 2010-04-21 06:48:31 +00:00
parent cddd252723
commit f77f615de6

View File

@ -55,7 +55,7 @@ $string['cannotdeletefiles'] = 'An error occurred and files could not be deleted
$string['cannotviewassignment'] = 'You can not view this assignment'; $string['cannotviewassignment'] = 'You can not view this assignment';
$string['comment'] = 'Comment'; $string['comment'] = 'Comment';
$string['commentinline'] = 'Comment inline'; $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['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['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.'; $string['configshowrecentsubmissions'] = 'Everyone can see notifications of submissions in recent activity reports.';
@ -82,7 +82,7 @@ It is <a href="{$a->url}">available on the web site</a>.';
$string['emailteachers'] = 'Email alerts to teachers'; $string['emailteachers'] = 'Email alerts to teachers';
$string['emailteachers_help'] = 'If enabled, teachers receive email notification whenever students add or update an assignment submission. $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['emptysubmission'] = 'You have not submitted anything yet';
$string['enableemailnotification'] = 'Send notification emails'; $string['enableemailnotification'] = 'Send notification emails';
$string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their assignment submissions are graded.'; $string['enableemailnotification_help'] = 'If enabled, students will receive email notification when their assignment submissions are graded.';