From 11a0b96a4b40d7d94ad2bfea048f03363ba370ca Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 14 Mar 2006 09:54:49 +0000 Subject: [PATCH] Accessibility: fix, removed string 'today', which duplicates the calendar string. --- lang/en_utf8/access.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; -- 2.39.5