Index: moodle/admin/user/user_message_form.php
--- moodle/admin/user/user_message_form.php Base (1.2.2.1)
+++ moodle/admin/user/user_message_form.php Locally Modified (Based On 1.2.2.1)
@@ -9,7 +9,7 @@
         $mform->addElement('header', 'general', get_string('message', 'message'));
 
 
-        $mform->addElement('textarea', 'messagebody', get_string('messagebody'), array('rows'=>15, 'cols'=>60));
+        $mform->addElement('htmleditor', 'messagebody', get_string('messagebody'), array('rows'=>15, 'cols'=>60));
         $mform->addRule('messagebody', '', 'required', null, 'client');
         $mform->setHelpButton('messagebody', array('writing', 'reading', 'questions', 'richtext'), false, 'editorhelpbutton');
         $mform->addElement('format', 'format', get_string('format'));
