From: jungwirr Date: Fri, 19 Sep 2003 04:22:11 +0000 (+0000) Subject: added new strings for attendance status preference X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=233c877c051481a02d1500ecd69573a10952f4cd;p=moodle.git added new strings for attendance status preference --- 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"; ?>