From 9e0af44f621fb015d5913a629513e5b60aaa06c2 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 30 Jun 2010 15:51:51 +0000 Subject: - Patch #523286 by aspilicious, Bojhan, anarcat, aaronbauman: cleanup IP blocking. --- 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 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 Description 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 '

' . 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.') . '

'; + return '

' . 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.') . '

'; case 'admin/reports/status': return '

' . 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.") . '

'; } -- cgit v1.2.3