summaryrefslogtreecommitdiff
path: root/modules/system/system.module
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-06-30 15:51:51 +0000
committerDries Buytaert <dries@buytaert.net>2010-06-30 15:51:51 +0000
commit9e0af44f621fb015d5913a629513e5b60aaa06c2 (patch)
tree3fec0091b3336765951188468af1b9d5e5322ba8 /modules/system/system.module
parentf363c9209db6d97bf702516876b13964b2c84179 (diff)
downloadbrdo-9e0af44f621fb015d5913a629513e5b60aaa06c2.tar.gz
brdo-9e0af44f621fb015d5913a629513e5b60aaa06c2.tar.bz2
- Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking.
Diffstat (limited to 'modules/system/system.module')
-rw-r--r--modules/system/system.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/system/system.module b/modules/system/system.module
index 4f61584ae..23ecb714f 100644
--- a/modules/system/system.module
+++ b/modules/system/system.module
@@ -135,7 +135,7 @@ function system_help($path, $arg) {
case 'admin/config/system/actions/configure':
return t('An advanced action offers additional configuration options which may be filled out below. Changing the <em>Description</em> field is recommended, in order to better identify the precise action taking place. This description will be displayed in modules such as the Trigger module when assigning actions to system events, so it is best if it is as descriptive as possible (for example, "Send e-mail to Moderation Team" rather than simply "Send e-mail").');
case 'admin/config/people/ip-blocking':
- return '<p>' . t('IP addresses listed here are blocked from your site before any modules are loaded. You may add IP addresses to the list, or delete existing entries.') . '</p>';
+ return '<p>' . t('IP addresses listed here are blocked from your site. Blocked addresses are completely forbidden from accessing the site and instead see a brief message explaining the situation.') . '</p>';
case 'admin/reports/status':
return '<p>' . t("Here you can find a short overview of your site's parameters as well as any problems detected with your installation. It may be useful to copy and paste this information into support requests filed on drupal.org's support forums and project issue queues.") . '</p>';
}