Skip to content

Commit

Permalink
Merge branch 'MDL-30888-master' of git://github.com/FMCorz/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
danpoltawski committed May 29, 2012
2 parents 0ed8a93 + 6534a90 commit 05d80ae
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion calendar/lib.php
Expand Up @@ -242,7 +242,6 @@ function calendar_get_mini($courses, $groups, $users, $cal_month = false, $cal_y
$days_title = calendar_get_days(); $days_title = calendar_get_days();


$summary = get_string('calendarheading', 'calendar', userdate(make_timestamp($y, $m), get_string('strftimemonthyear'))); $summary = get_string('calendarheading', 'calendar', userdate(make_timestamp($y, $m), get_string('strftimemonthyear')));
$summary = get_string('tabledata', 'access', $summary);
$content .= '<table class="minicalendar calendartable" summary="'.$summary.'">'; // Begin table $content .= '<table class="minicalendar calendartable" summary="'.$summary.'">'; // Begin table
$content .= '<tr class="weekdays">'; // Header row: day names $content .= '<tr class="weekdays">'; // Header row: day names


Expand Down
2 changes: 0 additions & 2 deletions lang/en/access.php
Expand Up @@ -39,8 +39,6 @@
$string['skipblock'] = 'Skip block'; $string['skipblock'] = 'Skip block';
$string['skipnavigation'] = 'Skip navigation'; $string['skipnavigation'] = 'Skip navigation';
$string['skipto'] = 'Skip to {$a}'; $string['skipto'] = 'Skip to {$a}';
$string['tabledata'] = 'Data table, {$a}';
$string['tablelayout'] = 'Layout table, {$a}';
$string['tocontent'] = 'Skip to main content'; $string['tocontent'] = 'Skip to main content';
$string['tonavigation'] = 'Go to navigation'; $string['tonavigation'] = 'Go to navigation';
$string['youarehere'] = 'You are here'; $string['youarehere'] = 'You are here';

0 comments on commit 05d80ae

Please sign in to comment.