From d172bad5590136a6aafd2eb4128e6917434676c9 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Tue, 28 Nov 2006 11:12:38 +0000 Subject: [PATCH] - Patch #98390 by Heine: correcting the help text. --- modules/block/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/block/block.module b/modules/block/block.module index 894a39d50a5..6dd3a473d6e 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -40,7 +40,7 @@ function block_help($section) {

If you want certain blocks to disable themselves temporarily during high server loads, check the "Throttle" box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module.

You can configure the behaviour of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.

', array('@throttle' => url('admin/settings/throttle'))); case 'admin/build/block/add': - return '

'. t('Here you can create a new block. Once you have created this block you must make it active and give it a place on the page using blocks. The title is used when displaying the block. The description is used in the "block" column on the blocks page.', array('@overview' => url('admin/build/block'))) .'

'; + return '

'. t('Here you can create a new block. Once you have created this block you must make it active and give it a place on the page using blocks. The description is used in the "block" column on the blocks page.', array('@overview' => url('admin/build/block'))) .'

'; } }