From 11154cb8fe776f89e8dc1059f1c9b3872a13113c Mon Sep 17 00:00:00 2001 From: nfreear Date: Fri, 17 Mar 2006 13:01:55 +0000 Subject: [PATCH] Accessibility: updated the "help prefix" - spoken 'colon' to silent ',' --- lang/en_utf8/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'; -- 2.39.5