From: nfreear Date: Wed, 26 Sep 2007 10:57:46 +0000 (+0000) Subject: Follow-up for MDL-1149 Accessibility: Current week/topic is NOT indicated non-visuall... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=07916f13cc7191acd52eaf26c58475a175439544;p=moodle.git Follow-up for MDL-1149 Accessibility: Current week/topic is NOT indicated non-visually, only in styling. Prefer "This week" to "Current week" --- diff --git a/lang/en_utf8/access.php b/lang/en_utf8/access.php index b82dbf26c8..681a2db833 100644 --- a/lang/en_utf8/access.php +++ b/lang/en_utf8/access.php @@ -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';