From b2bc5b2849457a3df479c7a501036de2d7db6106 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 03f196c48d1..61ffe12dae8 100644 --- a/lang/en/courseformat.php +++ b/lang/en/courseformat.php @@ -44,6 +44,7 @@ $string['cm_moveright_feedback'] = '{$a->name} moved right.'; $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['cmavailability'] = 'Activity availability'; $string['cmdelete_info'] = 'This will delete {$a->name} and any user data it contains.'; $string['cmdelete_title'] = 'Delete activity?';