mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
Merge branch 'MDL-82004' of https://github.com/paulholden/moodle
This commit is contained in:
commit
f144ede33c
@ -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';
|
||||
|
Loading…
x
Reference in New Issue
Block a user