From: moodler Date: Fri, 10 Mar 2006 08:52:11 +0000 (+0000) Subject: Updated the new "help prefix" which just looked plain wierd X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=9191e2b58154e29c9818396b76072f1594bad2d4;p=moodle.git Updated the new "help prefix" which just looked plain wierd --- diff --git a/lang/en_utf8/moodle.php b/lang/en_utf8/moodle.php index 490e8e7340..ca67538526 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 with \'$a\''; +$string['helpprefix'] = 'Help: $a'; $string['helpquestions'] = 'Ask good questions'; $string['helpreading'] = 'Read carefully'; $string['helprichtext'] = 'About the HTML editor';