From 3c374a3ef2f4636d6f1843fd0c62b2635fe58b18 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 13 Jul 2003 07:47:01 +0000 Subject: - Documentation improvement by Charly. Task #2257. --- modules/system/system.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/system/system.module') diff --git a/modules/system/system.module b/modules/system/system.module index ad3c7e649..e10f5a7cc 100644 --- a/modules/system/system.module +++ b/modules/system/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); -- cgit v1.2.3