diff --git a/modules/system.module b/modules/system.module index a4c0dc981dcb6649a5b3ba023496fcab716e1c99..465d334634fbd1df15b592204bffac9aea0a2da1 100644 --- a/modules/system.module +++ b/modules/system.module @@ -38,7 +38,7 @@ function system_link($type) { if ($type == "admin" && user_access("administer site configuration")) { $help["general"] = t("General configuration options for your site. Set up the name of the site, e-mail address used in mail-outs, clean URL options, caching, etc."); $help["themes"] = t("Select which themes are available to your users and specify the default theme."); - $help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations."); + $help["modules"] = t("Modules are plugins for Drupal that extend its core functionality. Here you can select which modules are enabled. On the left hand side click on the name of the module for their individual configurations. Once a module is enabled, you will need to grant permissions to users in user management."); $help["filters"] = t("Filters fit between the raw text in a node and the HTML output. They allow you to replace text selectively. Uses include automatic conversion of emoticons into graphics and filtering HTML content from users' submissions."); menu("admin/system", "site configuration", "system_admin", $help["general"], 3);