From 9fec52081490ccacb7366d46224e6d208b0b8a8e Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Thu, 23 May 2024 13:05:43 +0100 Subject: [PATCH] MDL-82004 assignsubmission_onlinetext: no concatenation in lang strings. --- .../onlinetext/lang/en/assignsubmission_onlinetext.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/mod/assign/submission/onlinetext/lang/en/assignsubmission_onlinetext.php b/mod/assign/submission/onlinetext/lang/en/assignsubmission_onlinetext.php index 4d21aa083f5..ec90c03f395 100644 --- a/mod/assign/submission/onlinetext/lang/en/assignsubmission_onlinetext.php +++ b/mod/assign/submission/onlinetext/lang/en/assignsubmission_onlinetext.php @@ -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';