diff options
author | Dries Buytaert <dries@buytaert.net> | 2003-10-24 09:27:58 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2003-10-24 09:27:58 +0000 |
commit | c6b70a7472209e65b61e4a01177a3511db894c3e (patch) | |
tree | 52fb72ffd53af3e3f92ca7caa7ec77acd948bd94 /modules | |
parent | 42e6309fd0f2a9e767ee282e55683c94a33aa8da (diff) | |
download | brdo-c6b70a7472209e65b61e4a01177a3511db894c3e.tar.gz brdo-c6b70a7472209e65b61e4a01177a3511db894c3e.tar.bz2 |
- Documentation improvement: updated documentation to match menu item changes.
Fixes critical bug #3453. (In the end, someone has to do it ...)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system.module | 2 | ||||
-rw-r--r-- | modules/system/system.module | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/modules/system.module b/modules/system.module index cc0860468..230a4e4f4 100644 --- a/modules/system.module +++ b/modules/system.module @@ -13,7 +13,7 @@ function system_help($section = "admin/help#system") { $output = t("Select which themes are available to your users and specify the default theme."); break; case 'admin/system/modules': - $output = 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."); + $output = 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.", array("%permissions" => l("permissions", "admin/user/permission"))); break; case 'admin/system/filters': $output = 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."); diff --git a/modules/system/system.module b/modules/system/system.module index cc0860468..230a4e4f4 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -13,7 +13,7 @@ function system_help($section = "admin/help#system") { $output = t("Select which themes are available to your users and specify the default theme."); break; case 'admin/system/modules': - $output = 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."); + $output = 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.", array("%permissions" => l("permissions", "admin/user/permission"))); break; case 'admin/system/filters': $output = 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."); |