diff options
author | Dries Buytaert <dries@buytaert.net> | 2006-08-21 09:18:46 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2006-08-21 09:18:46 +0000 |
commit | a2be4629951dfff9417101de9b6c839cdbb670cb (patch) | |
tree | 3bfff4df685e6cf58cc7fc0159bfe34ff3b1efc4 /modules | |
parent | 2d16f38e093bcd2b55a350ffaa7df3e3204d2764 (diff) | |
download | brdo-a2be4629951dfff9417101de9b6c839cdbb670cb.tar.gz brdo-a2be4629951dfff9417101de9b6c839cdbb670cb.tar.bz2 |
- Use consistent terminology: placement -> region.
Diffstat (limited to 'modules')
-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'); } |