From: moodler Date: Sat, 14 Dec 2002 07:36:19 +0000 (+0000) Subject: Shortened helprichtext phrase for better viewing of post forms on small X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b2a2171f22c7228120e91dc4098173ea8ed7801c;p=moodle.git Shortened helprichtext phrase for better viewing of post forms on small monitors --- diff --git a/lang/en/moodle.php b/lang/en/moodle.php index fc901203ea..11caf07e00 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -215,7 +215,7 @@ $string['helphtml'] = "How to write html"; $string['helppicture'] = "How to upload a picture"; $string['helpreading'] = "Read carefully"; $string['helptext'] = "How to write text"; -$string['helprichtext'] = "About the Richtext HTML editor"; +$string['helprichtext'] = "About Richtext editor"; $string['helpquestions'] = "Ask good questions"; $string['helpwriting'] = "Write carefully"; $string['hide'] = "Hide"; diff --git a/lang/en_us/moodle.php b/lang/en_us/moodle.php index 0872974f48..2c834e9678 100644 --- a/lang/en_us/moodle.php +++ b/lang/en_us/moodle.php @@ -212,7 +212,7 @@ $string['helphtml'] = "How to write html"; $string['helppicture'] = "How to upload a picture"; $string['helpquestions'] = "Ask good questions"; $string['helpreading'] = "Read carefully"; -$string['helprichtext'] = "About the Richtext HTML editor"; +$string['helprichtext'] = "About Richtext editor"; $string['helptext'] = "How to write text"; $string['helpwriting'] = "Write carefully"; $string['hide'] = "Hide";