From: nfreear Date: Fri, 17 Mar 2006 13:01:55 +0000 (+0000) Subject: Accessibility: updated the "help prefix" - spoken 'colon' to silent ',' X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=11154cb8fe776f89e8dc1059f1c9b3872a13113c;p=moodle.git Accessibility: updated the "help prefix" - spoken 'colon' to silent ',' --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index f43192ace4..34e637b3e3 100644 --- a/lang/en_utf8/moodle.php +++ b/lang/en_utf8/moodle.php @@ -618,7 +618,7 @@ $string['helpformatting'] = 'About formatting text'; $string['helphtml'] = 'How to write html'; $string['helpindex'] = 'Index of all help files'; $string['helppicture'] = 'How to upload a picture'; -$string['helpprefix'] = 'Help: $a'; +$string['helpprefix'] = 'Help, $a'; $string['helpquestions'] = 'Ask good questions'; $string['helpreading'] = 'Read carefully'; $string['helprichtext'] = 'About the HTML editor';