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

This commit is contained in:
Paul Holden
2024-03-11 17:28:31 +00:00
parent 58e84e19b2
commit b2bc5b2849
+1
View File
@@ -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?';