From 2166bb5d7a4b5cad4ac665ff33f7cfe657cf02d5 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 18 Oct 2002 09:29:44 +0000 Subject: [PATCH] Language changes and help documentation additions to clearer explain richtext, html and moodle auto-format --- lang/en/help/richtext.html | 4 ++-- lang/en/help/textformat.html | 37 ++++++++++++++++++++++++++++++++++++ lang/en/moodle.php | 2 +- 3 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 lang/en/help/textformat.html diff --git a/lang/en/help/richtext.html b/lang/en/help/richtext.html index b35bf27745..0a5bd6b997 100644 --- a/lang/en/help/richtext.html +++ b/lang/en/help/richtext.html @@ -1,6 +1,6 @@ -

About the Rich Text HTML editor

+

About the Richtext HTML editor

-

The Rich Text editor is currently only available when using Microsoft Internet Explorer 5.5 or later. +

The Richtext HTML editor is currently only available when using Microsoft Internet Explorer 5.5 or later.

It provides a word-processor interface embedded in your web page to allow you to edit text in an intuitive way, and produces normal HTML code. diff --git a/lang/en/help/textformat.html b/lang/en/help/textformat.html new file mode 100644 index 0000000000..95390395c1 --- /dev/null +++ b/lang/en/help/textformat.html @@ -0,0 +1,37 @@ +

Text formats

+ +

When writing text in Moodle there are currently two formats you can choose + to produce your text. + +

Moodle auto-format

+ + + +

HTML format

+ + diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 1ee22062da..bde45c1316 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -206,7 +206,7 @@ $string['help'] = "Help"; $string['helphtml'] = "How to write html"; $string['helppicture'] = "How to upload a picture"; $string['helptext'] = "How to write text"; -$string['helprichtext'] = "About the rich text editor"; +$string['helprichtext'] = "About the Richtext HTML editor"; $string['helpquestions'] = "How to ask questions"; $string['hide'] = "Hide"; $string['home'] = "Home"; -- 2.39.5