summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2003-07-13 07:47:01 +0000
committerDries Buytaert <dries@buytaert.net>2003-07-13 07:47:01 +0000
commit3c374a3ef2f4636d6f1843fd0c62b2635fe58b18 (patch)
tree44d3a9399f06bcc14bab1e076f228df27c3e9197
parent22b6d2f30cb1d5a0e7b4f1385ddba79e59dc0b34 (diff)
downloadbrdo-3c374a3ef2f4636d6f1843fd0c62b2635fe58b18.tar.gz
brdo-3c374a3ef2f4636d6f1843fd0c62b2635fe58b18.tar.bz2
- Documentation improvement by Charly. Task #2257.
-rw-r--r--modules/system.module2
-rw-r--r--modules/system/system.module2
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module
index ad3c7e649..e10f5a7cc 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);
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);