diff options
-rw-r--r-- | modules/block/block.module | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/block/block.module b/modules/block/block.module index 07f03eb9d..670a4b810 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'); } |