From 4d37d462cad4501938b2d665fcb0286137aff4ff Mon Sep 17 00:00:00 2001 From: David Monllao Date: Fri, 2 Oct 2015 09:18:46 +0800 Subject: [PATCH] MDL-50142 editor: Refining editor preference help All credit goes to Helen Foster. --- lang/en/moodle.php | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index e0468476169..4080068522e 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -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';