--- Mijn iMac:Users:Stefan:Desktop:iStyledThis.nl:modules:block.module 2005-03-10 16:38:53.%N +0100 +++ Mijn iMac:Applications:MAMP:htdocs:drupal:modules:block.module 2005-03-15 16:40:17.%N +0100 @@ -36,7 +36,7 @@

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. ", array('%throttle' => url('admin/settings/throttle'))); case 'admin/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/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 title is used when displaying the block. The description is used in the "block" column on the blocks page.

', array('%overview' => url('admin/block'))); } }