From 8d3ca3d14334a1ac11a53db51030c9e54c5b7369 Mon Sep 17 00:00:00 2001 From: Dan Marsden Date: Fri, 27 Jul 2018 15:47:25 +1200 Subject: [PATCH] Use new string in settings page. --- settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.php b/settings.php index 3b2e2c4..3920888 100644 --- a/settings.php +++ b/settings.php @@ -64,7 +64,7 @@ if ($ADMIN->fulltree) { $options = array( ATT_VIEW_ALL => get_string('all', 'attendance'), ATT_VIEW_ALLPAST => get_string('allpast', 'attendance'), - ATT_VIEW_NOTPRESENT => get_string('lowgrade', 'attendance'), + ATT_VIEW_NOTPRESENT => get_string('below', 'attendance', 'X'), ATT_VIEW_MONTHS => get_string('months', 'attendance'), ATT_VIEW_WEEKS => get_string('weeks', 'attendance'), ATT_VIEW_DAYS => get_string('days', 'attendance')