From e0fc0dc15bd639e67c4c4c83fb8d2ff0f4be5cde Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Mon, 11 Mar 2024 17:25:03 +0000 Subject: [PATCH] MDL-81191 course: define batch stealth feedback language string. --- lang/en/courseformat.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/courseformat.php b/lang/en/courseformat.php index e879e40d284..c4828342899 100644 --- a/lang/en/courseformat.php +++ b/lang/en/courseformat.php @@ -46,6 +46,7 @@ $string['cm_separategroups_feedback'] = '{$a->name} group mode changed to Separa $string['cm_show_feedback'] = '{$a->name} is now shown.'; $string['cm_show_feedback_batch'] = 'The selected {$a->count} activities are now shown.'; $string['cm_stealth_feedback'] = '{$a->name} is now available but not shown on the course page.'; +$string['cm_stealth_feedback_batch'] = 'The selected {$a->count} activities are now available but not shown on the course page.'; $string['cm_visiblegroups_feedback'] = '{$a->name} group mode changed to Visible groups.'; $string['cmavailability'] = 'Activity availability'; $string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.';