From: moodler Date: Mon, 10 May 2004 16:28:00 +0000 (+0000) Subject: Slight correction to 'hiddensections' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c1a1f0a975169f21cf46f71ee8a6888660836a11;p=moodle.git Slight correction to 'hiddensections' --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index b148227b45..fa360bf5f6 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -460,7 +460,7 @@ $string['helptext'] = 'How to write text'; $string['helpwiki'] = 'How to write Wiki text'; $string['helpwriting'] = 'Write carefully'; $string['hide'] = 'Hide'; -$string['hiddensections'] = 'Hidden Topics'; +$string['hiddensections'] = 'Hidden sections'; $string['hiddensectionscollapsed'] = 'Hidden sections are shown in collapsed form'; $string['hiddensectionsinvisible'] = 'Hidden sections are completely invisible'; $string['hidepicture'] = 'Hide picture';