]> git.mjollnir.org Git - moodle.git/commitdiff
Accessibility: fix, removed string 'today', which duplicates the calendar string.
authornfreear <nfreear>
Tue, 14 Mar 2006 09:54:49 +0000 (09:54 +0000)
committernfreear <nfreear>
Tue, 14 Mar 2006 09:54:49 +0000 (09:54 +0000)
lang/en_utf8/access.php

index ff267348fc86b2f885fd1b9ba513cd4a6ff381e2..cc62918175779f6231767ab109e66af0514d33cf 100644 (file)
@@ -6,7 +6,7 @@
  * Most 'Alt' text and table summaries should go in the specific module language file.
  *
  * @copyright &copy; 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';