MDL-50142 editor: Refining editor preference help
authorDavid Monllao <davidm@moodle.com>
Fri, 2 Oct 2015 01:18:46 +0000 (09:18 +0800)
committerDavid Monllao <davidm@moodle.com>
Mon, 5 Oct 2015 01:32:32 +0000 (09:32 +0800)
All credit goes to Helen Foster.

lang/en/moodle.php

index e046847..4080068 100644 (file)
@@ -1826,7 +1826,11 @@ $string['teacheronly'] = 'for the {$a} only';
 $string['teacherroles'] = '{$a} roles';
 $string['teachers'] = 'Teachers';
 $string['textediting'] = 'Text editor';
-$string['textediting_help'] = 'Use this option to select the editor that you would like to use when entering text. This will include, but is not limited to, areas such as labels, descriptions, and summaries. If you select "Plain text area", all text entry areas with allow you to use HTML format, Moodle auto-format, Plain text format, or Markdown format.';
+$string['textediting_help'] = 'If an HTML editor such as Atto or TinyMCE is selected, text input areas will have a toolbar with buttons for easily adding content.
+
+If \'plain text area\' is selected, a format for text input areas such as HTML or Markdown can be chosen.
+
+The list of available text editors is determined by the site administrator.';
 $string['texteditor'] = 'Use standard web forms';
 $string['textformat'] = 'Plain text format';
 $string['thanks'] = 'Thanks';