MDL-81191 course: define batch stealth feedback language string.

This commit is contained in:
Paul Holden 2024-03-11 17:25:03 +00:00
parent 38a3310c92
commit 8cb0054340
No known key found for this signature in database
GPG Key ID: A81A96D6045F6164

View File

@ -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.';