From b2a2171f22c7228120e91dc4098173ea8ed7801c Mon Sep 17 00:00:00 2001 From: moodler Date: Sat, 14 Dec 2002 07:36:19 +0000 Subject: [PATCH] Shortened helprichtext phrase for better viewing of post forms on small monitors --- lang/en/moodle.php | 2 +- lang/en_us/moodle.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"; -- 2.39.5