Index: htmlarea.module =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/htmlarea/htmlarea.module,v retrieving revision 1.85 diff -u -F^f -r1.85 htmlarea.module --- htmlarea.module 26 Jun 2005 01:32:07 -0000 1.85 +++ htmlarea.module 30 Jun 2005 04:18:00 -0000 @@ -7,16 +7,28 @@ function htmlarea_help($section) { case "admin/modules#description": $output .= t("Allows Drupal to use the htmlarea to replace textarea fields"); break; - case "admin/settings/htmlarea": + case "admin/modules/htmlarea": if (!_htmlarea_get_jsdir()) { - $output = t('

Xinha/HTMLArea is not installed, download Xinha from http://xinha.python-hosting.com/wiki/DownloadsPage (recommended), and install it into the htmlarea module directory.

'); + $output = t('

Xinha/HTMLArea is not installed, download Xinha from administer >> settings >> htmlarea + +

For more information, read the configuration and customization handbook htmlarea page.

+ ',array('%administerhtmlarea' => url('admin/settings/htmlarea'))); + break; case "admin/settings/htmlarea/plugins/css": $output .= t('

the css module allows the administrator to add one or more dropdown boxes to the toolbar which allow the assigning of a style to an area of test.

+