From 254989f1510d71836dc618126ea90c3f8c540f08 Mon Sep 17 00:00:00 2001 From: jungwirr Date: Fri, 19 Sep 2003 23:29:14 +0000 Subject: [PATCH] fixed a default for the 'presentshort' string --- 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 3c179d5f8e..9d992b6d01 100755 --- a/lang/en/attendance.php +++ b/lang/en/attendance.php @@ -16,7 +16,7 @@ $string['dayofroll'] = "Date to take roll for"; $string['notes'] = "Exceptional information"; $string['notesfor'] = "Exceptional information for"; $string['hoursinclass'] = "Number of hours in a class period"; -$string['presentshort'] = "X"; +$string['presentshort'] = "P"; $string['tardyshort'] = "T"; $string['absentshort'] = "A"; $string['presentlong'] = "Present"; -- 2.39.5