mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-21695 help string rewording as suggested by Martin
This commit is contained in:
parent
4bfdcfcf60
commit
b944270f34
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@
|
||||||
$string['allowdeleting'] = 'Allow deleting';
|
$string['allowdeleting'] = 'Allow deleting';
|
||||||
$string['allowdeleting_help'] = 'If enabled, students may delete uploaded files at any time before submitting for grading.';
|
$string['allowdeleting_help'] = 'If enabled, students may delete uploaded files at any time before submitting for grading.';
|
||||||
$string['allowmaxfiles'] = 'Maximum number of uploaded files';
|
$string['allowmaxfiles'] = 'Maximum number of uploaded files';
|
||||||
$string['allowmaxfiles_help'] = 'The maximum number of files each student may upload. As this figure is not displayed to students, it is suggested that it is mentioned in the assignment description.';
|
$string['allowmaxfiles_help'] = 'The maximum number of files which may be uploaded. As this figure is not displayed anywhere, it is suggested that it is mentioned in the assignment description.';
|
||||||
$string['allownotes'] = 'Allow notes';
|
$string['allownotes'] = 'Allow notes';
|
||||||
$string['allownotes_help'] = 'If enabled, students may enter notes into a text area, as in an online text assignment.';
|
$string['allownotes_help'] = 'If enabled, students may enter notes into a text area, as in an online text assignment.';
|
||||||
$string['allowresubmit'] = 'Allow resubmitting';
|
$string['allowresubmit'] = 'Allow resubmitting';
|
||||||
|
@ -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 submission text 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.';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue