From 53686fe82a2a2130bd3f956f1c4638413ece6b0e Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Tue, 13 Jun 2017 09:50:42 +1200 Subject: [PATCH] Task doesn't just look at closed sessions. --- lang/en/attendance.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/attendance.php b/lang/en/attendance.php index c69ae83..050c289 100644 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -68,7 +68,7 @@ $string['automarkclose'] = 'Set unmarked at end of session'; $string['automark_help'] = 'Allows marking to be completed automatically. If "Yes" students will be automatically marked depending on their first access to the course. If "Set unmarked at end of session" any students who have not marked their attendance will be set to the unmarked status selected.'; -$string['automarktask'] = 'Check for closed attendance sessions that require auto marking'; +$string['automarktask'] = 'Check for attendance sessions that require auto marking'; $string['autorecorded'] = 'system auto recorded'; $string['averageattendance'] = 'Average attendance'; $string['calclose'] = 'Close';