From 233c877c051481a02d1500ecd69573a10952f4cd Mon Sep 17 00:00:00 2001 From: jungwirr Date: Fri, 19 Sep 2003 04:22:11 +0000 Subject: [PATCH] added new strings for attendance status preference --- lang/en/attendance.php | 1 + 1 file changed, 1 insertion(+) diff --git a/lang/en/attendance.php b/lang/en/attendance.php index de3a1af6c5..3c179d5f8e 100755 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -52,4 +52,5 @@ $string['friday'] = "Fri"; $string['saturday'] = "Sat"; $string['endbeforestart'] = "The end date is before the start date"; $string['startafterend'] = "The start date is after the end of the course"; +$string['defaultstudentstatus'] = "The default student attendance status on new attendance rolls"; ?> -- 2.39.5