]> git.mjollnir.org Git - moodle.git/commitdiff
Follow-up for MDL-1149 Accessibility: Current week/topic is NOT indicated non-visuall...
authornfreear <nfreear>
Wed, 26 Sep 2007 10:57:46 +0000 (10:57 +0000)
committernfreear <nfreear>
Wed, 26 Sep 2007 10:57:46 +0000 (10:57 +0000)
lang/en_utf8/access.php

index b82dbf26c892288f80cb7d20d2084f6b52ed97a2..681a2db833fc749ff1bdfee83de6678d58650854 100644 (file)
@@ -10,8 +10,8 @@ $string['accessstatement'] = 'Accessibility statement';
 $string['activitynext'] = 'Next activity';
 $string['activityprev'] = 'Previous activity';
 $string['breadcrumb'] = 'Breadcrumb trail';
-$string['currentweek'] = 'Current week ';
-$string['currenttopic'] = 'Current topic ';
+$string['currentweek'] = 'This week ';
+$string['currenttopic'] = 'This topic ';
 $string['monthnext'] = 'Next month';
 $string['monthprev'] = 'Previous month';
 $string['showhideblock'] = 'Show or hide block';