From 8cb005434052f1b329afbc65cc6a0cfa8377fdda 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 c6d44e39964..b6135aaeb06 100644 --- a/lang/en/courseformat.php +++ b/lang/en/courseformat.php @@ -47,6 +47,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.';