From b4284d489510f4abb8cc0bf52e2e0d7ceda799d6 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Tue, 26 Jun 2012 11:02:37 +0800 Subject: [PATCH] MDL-34022 lang - the html editor supports all browsers we support So remove misleading 'some browers only' --- lang/en/moodle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/moodle.php b/lang/en/moodle.php index 4b2b34dba71..853e2eeef19 100644 --- a/lang/en/moodle.php +++ b/lang/en/moodle.php @@ -838,7 +838,7 @@ $string['home'] = 'Home'; $string['hour'] = 'hour'; $string['hours'] = 'hours'; $string['howtomakethemes'] = 'How to make new themes'; -$string['htmleditor'] = 'Use HTML editor (some browsers only)'; +$string['htmleditor'] = 'Use HTML editor'; $string['htmleditoravailable'] = 'The HTML editor is available'; $string['htmleditordisabled'] = 'You have disabled the HTML editor in your user profile'; $string['htmleditordisabledadmin'] = 'The administrator has disabled the HTML editor on this site';