This commit is contained in:
Andrew Nicols 2024-05-28 14:30:30 +08:00
commit f144ede33c
No known key found for this signature in database
GPG Key ID: 6D1E3157C8CFBF14

View File

@ -41,10 +41,8 @@ $string['privacy:metadata:tablepurpose'] = 'Stores the text submission for each
$string['privacy:metadata:textpurpose'] = 'The actual text submitted for this attempt of the assignment.';
$string['privacy:path'] = 'Submission Text';
$string['wordlimit'] = 'Word limit';
$string['wordlimit_help'] = 'If online text submissions are enabled, this is the maximum number ' .
'of words that each student will be allowed to submit.';
$string['wordlimitexceeded'] = 'The word limit for this assignment is {$a->limit} words and you ' .
'are attempting to submit {$a->count} words. Please review your submission and try again.';
$string['wordlimit_help'] = 'If online text submissions are enabled, this is the maximum number of words that each student will be allowed to submit.';
$string['wordlimitexceeded'] = 'The word limit for this assignment is {$a->limit} words and you are attempting to submit {$a->count} words. Please review your submission and try again.';
// Deprecated since Moodle 4.3.
$string['numwordsforlog'] = 'Submission word count: {$a} words';