From 6534a90b2c9bdb7a0c697f6ddcd53af4d4c11ba2 Mon Sep 17 00:00:00 2001 From: Frederic Massart Date: Wed, 23 May 2012 11:10:40 +0800 Subject: [PATCH] MDL-30888 Accessibility: small calendars summary does not display 'Data table' --- calendar/lib.php | 1 - lang/en/access.php | 2 -- 2 files changed, 3 deletions(-) diff --git a/calendar/lib.php b/calendar/lib.php index 16c5f283feb73..284e5acd0a7fe 100644 --- a/calendar/lib.php +++ b/calendar/lib.php @@ -242,7 +242,6 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y $days_title = calendar_get_days(); $summary = get_string('calendarheading', 'calendar', userdate(make_timestamp($y, $m), get_string('strftimemonthyear'))); - $summary = get_string('tabledata', 'access', $summary); $content .= ''; // Begin table $content .= ''; // Header row: day names diff --git a/lang/en/access.php b/lang/en/access.php index b338d424d16cb..ee81afc8a35ef 100644 --- a/lang/en/access.php +++ b/lang/en/access.php @@ -39,8 +39,6 @@ $string['skipblock'] = 'Skip block'; $string['skipnavigation'] = 'Skip navigation'; $string['skipto'] = 'Skip to {$a}'; -$string['tabledata'] = 'Data table, {$a}'; -$string['tablelayout'] = 'Layout table, {$a}'; $string['tocontent'] = 'Skip to main content'; $string['tonavigation'] = 'Go to navigation'; $string['youarehere'] = 'You are here';