diff --git a/modules/block/block.module b/modules/block/block.module index 07f03eb9d6c6c86e6af9c2f12909e7f2925aabf5..670a4b81032b779f9b31c339a4914cd0896cd1b1 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -351,7 +351,7 @@ function theme_block_admin_display($form) { } // Finish table - $header = array(t('Block'), t('Enabled'), t('Weight'), t('Placement')); + $header = array(t('Block'), t('Enabled'), t('Weight'), t('Region')); if ($throttle) { $header[] = t('Throttle'); }