From a2be4629951dfff9417101de9b6c839cdbb670cb Mon Sep 17 00:00:00 2001
From: Dries Buytaert <dries@buytaert.net>
Date: Mon, 21 Aug 2006 09:18:46 +0000
Subject: [PATCH] - Use consistent terminology: placement -> region.

---
 modules/block/block.module | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/block/block.module b/modules/block/block.module
index 07f03eb9d6c6..670a4b81032b 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');
   }
-- 
GitLab