From 7bd728ef4ad48f95706297daa1328657e93cb288 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Thu, 3 Nov 2005 15:39:37 +0000 Subject: - Patch #36029 by asimmonds: fixed typo that prevents 'admin - block - configure' from working. --- modules/block.module | 2 +- modules/block/block.module | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'modules') diff --git a/modules/block.module b/modules/block.module index 5770d2769..115a3f879 100644 --- a/modules/block.module +++ b/modules/block.module @@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) { '#type' => 'radios', '#title' => t('Custom visibility settings'), '#default_value' => $edit['custom'], - '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.')), t('Allow individual users to customize the visibility of this block in their account settings.'), + '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.'), t('Allow individual users to customize the visibility of this block in their account settings.')), '#default_value' => $edit['custom']); diff --git a/modules/block/block.module b/modules/block/block.module index 5770d2769..115a3f879 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -358,7 +358,7 @@ function block_admin_configure($module = NULL, $delta = 0) { '#type' => 'radios', '#title' => t('Custom visibility settings'), '#default_value' => $edit['custom'], - '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.')), t('Allow individual users to customize the visibility of this block in their account settings.'), + '#options' => array(t('Users cannot control whether or not they see this block.'), t('Show this block by default, but let individual users hide it.'), t('Hide this block by default but let individual users show it.'), t('Allow individual users to customize the visibility of this block in their account settings.')), '#default_value' => $edit['custom']); -- cgit v1.2.3