From: nfreear Date: Tue, 14 Mar 2006 09:54:49 +0000 (+0000) Subject: Accessibility: fix, removed string 'today', which duplicates the calendar string. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11a0b96a4b40d7d94ad2bfea048f03363ba370ca;p=moodle.git Accessibility: fix, removed string 'today', which duplicates the calendar string. --- diff --git a/lang/en_utf8/access.php b/lang/en_utf8/access.php index ff267348fc..cc62918175 100644 --- a/lang/en_utf8/access.php +++ b/lang/en_utf8/access.php @@ -6,7 +6,7 @@ * Most 'Alt' text and table summaries should go in the specific module language file. * * @copyright © 2006 The Open University - * @author N.D.Freear@open.ac.uk + * @author N.D.Freear@open.ac.uk, and others * @license http://www.gnu.org/copyleft/gpl.html GNU Public License * @package */ @@ -25,7 +25,6 @@ $string['skipnavigation'] = 'Skip navigation'; $string['tabledata'] = 'Data table, $a'; $string['tablelayout'] = 'Layout table, $a'; $string['tocontent'] = 'Go to main content'; -$string['today'] = 'Today'; $string['tonavigation'] = 'Go to navigation'; $string['youarehere'] = 'You are here';