diff --git a/modules/block.module b/modules/block.module index 5770d27698bd..115a3f879120 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 5770d27698bd..115a3f879120 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']);