diff options
Diffstat (limited to 'modules/block/block.admin.inc')
-rw-r--r-- | modules/block/block.admin.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc index c75b9c3ee..e475302ec 100644 --- a/modules/block/block.admin.inc +++ b/modules/block/block.admin.inc @@ -324,7 +324,7 @@ function block_admin_configure($form, &$form_state, $module, $delta) { '#title' => t('Show block for specific content types'), '#default_value' => $default_type_options, '#options' => node_type_get_names(), - '#description' => t('Show this block only on pages that display content of the given type(s). If you select no types, there will be no type specific limitation.'), + '#description' => t('Show this block only on pages that display content of the given type(s). If you select no types, there will be no type-specific limitation.'), ); // Per-role visibility. |