From a2be4629951dfff9417101de9b6c839cdbb670cb Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Mon, 21 Aug 2006 09:18:46 +0000 Subject: - Use consistent terminology: placement -> region. --- modules/block/block.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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'); } -- cgit v1.2.3