From ce208a136d0b3eed7943dd112a1b3496e9d04309 Mon Sep 17 00:00:00 2001 From: Artem Andreev Date: Mon, 1 Aug 2011 22:10:42 +0400 Subject: [PATCH] Fixed en_us language strings --- lang/en_us/attforblock.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/en_us/attforblock.php b/lang/en_us/attforblock.php index 976675e..17a6fbf 100644 --- a/lang/en_us/attforblock.php +++ b/lang/en_us/attforblock.php @@ -2,9 +2,9 @@ // block_attendance.php - created with Moodle 1.5.3+ (2005060230) -$string['strftimedm'] = '%%m.%%d'; -$string['strftimedmy'] = '%%m.%%d.%%Y'; -$string['strftimedmyw'] = '%%m.%%d.%%y (%%a)'; -$string['strftimeshortdate'] = '%%m.%%d.%%Y'; +$string['strftimedm'] = '%m.%d'; +$string['strftimedmy'] = '%m.%d.%Y'; +$string['strftimedmyw'] = '%m.%d.%y (%a)'; +$string['strftimeshortdate'] = '%m.%d.%Y'; ?> \ No newline at end of file