From fe3ce8d23e8923ff98db95736f047d67a68d30c4 Mon Sep 17 00:00:00 2001 From: Sara Arjona Date: Tue, 25 Mar 2025 14:36:50 +0100 Subject: [PATCH] MDL-83518 mod_assign: Add missing lang strings for SMS --- mod/assign/lang/en/assign.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mod/assign/lang/en/assign.php b/mod/assign/lang/en/assign.php index 00ceedd43b2..b23a6b4f19d 100644 --- a/mod/assign/lang/en/assign.php +++ b/mod/assign/lang/en/assign.php @@ -300,6 +300,7 @@ You can see it appended to your assignment submission: $string['feedbackavailableanonhtml'] = 'You have new feedback on your assignment submission for \'{$a->assignment}\'

You can see it appended to your assignment submission.'; $string['feedbackavailableanonsmall'] = 'New feedback for assignment {$a->assignment}'; +$string['feedbackavailableanonsms'] = 'You have feedback on {$a->assignment}: {$a->url}'; $string['feedbackavailablesms'] = '{$a->username} gave feedback on {$a->assignment}: {$a->url}'; $string['feedbackplugins'] = 'Feedback plugins'; $string['feedbackpluginforgradebook'] = 'Feedback plugin that will push comments to the gradebook'; @@ -584,6 +585,7 @@ You can see the status of your assignment submission: $string['submissioncopiedhtml'] = '

You have made a copy of your previous assignment submission for \'{$a->assignment}\'.

You can see the status of your assignment submission.

'; $string['submissioncopiedsmall'] = 'You have copied your previous assignment submission for {$a->assignment}'; +$string['submissioncopiedsms'] = 'You have copied your previous assignment submission for {$a->assignment}: {$a->url}'; $string['submissiondrafts'] = 'Require students to click the submit button'; $string['submissiondrafts_help'] = 'If enabled, students will have to click a submit button to declare their submission as final. This allows students to keep a draft version of the submission on the system. If this setting is changed from "No" to "Yes" after students have already submitted, those submissions will be regarded as final.'; $string['submissioneditable'] = 'Student can edit this submission';