From: jungwirr Date: Tue, 4 May 2004 16:13:08 +0000 (+0000) Subject: added string for "Take Attendance" in view.php X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8fc1384b787a10b3f68e568bfd8525c85b56bf6d;p=moodle.git added string for "Take Attendance" in view.php --- diff --git a/lang/en/attendance.php b/lang/en/attendance.php index a211f25c08..9c136096b0 100755 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -30,6 +30,7 @@ $string['hoursinfullreport'] = "The maximum number of hours of attendance that s $string['pages'] = "Pages"; $string['of'] = "of"; $string['viewall'] = "View All Attendance Rolls"; +$string['teacheredit'] = "Take Attendance"; $string['viewone'] = "View All Pages of Report"; $string['viewtable'] = "View Report as One Table"; $string['viewmulti'] = "View Report as Multiple Pages";