From: jungwirr Date: Fri, 19 Sep 2003 23:29:14 +0000 (+0000) Subject: fixed a default for the 'presentshort' string X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=254989f1510d71836dc618126ea90c3f8c540f08;p=moodle.git fixed a default for the 'presentshort' string --- 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";