From 9a47bc4e7e40cf8d57eb64acc135673cf8e423b0 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Sun, 6 Mar 2005 15:06:19 +0000 Subject: - Renamed some more 'region's to 'sidebar's --- modules/block.module | 4 ++-- modules/block/block.module | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'modules') diff --git a/modules/block.module b/modules/block.module index 2f7a97419..38f23d5a3 100644 --- a/modules/block.module +++ b/modules/block.module @@ -32,7 +32,7 @@ function block_help($section) { case 'admin/block': return t("

Blocks are the boxes in the left and right side bars of the web site. They are made available by modules or created manually.

-

Only enabled blocks are shown. You can position the blocks by deciding which side of the page they will show up on (region) and in which order they appear (weight).

+

Only enabled blocks are shown. You can position the blocks by deciding which side of the page they will show up on (sidebar) and in which order they appear (weight).

If you want certain blocks to disable themselves temporarily during high server loads, check the 'Throttle' box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module. ", array('%throttle' => url('admin/settings/throttle'))); case 'admin/block/add': @@ -183,7 +183,7 @@ function _block_rehash($order_by = array('weight')) { function block_admin_display() { $blocks = _block_rehash(); - $header = array(t('Block'), t('Enabled'), t('Weight'), t('Region')); + $header = array(t('Block'), t('Enabled'), t('Weight'), t('Sidebar')); if (module_exist('throttle')) { $header[] = t('Throttle'); } diff --git a/modules/block/block.module b/modules/block/block.module index 2f7a97419..38f23d5a3 100644 --- a/modules/block/block.module +++ b/modules/block/block.module @@ -32,7 +32,7 @@ function block_help($section) { case 'admin/block': return t("

Blocks are the boxes in the left and right side bars of the web site. They are made available by modules or created manually.

-

Only enabled blocks are shown. You can position the blocks by deciding which side of the page they will show up on (region) and in which order they appear (weight).

+

Only enabled blocks are shown. You can position the blocks by deciding which side of the page they will show up on (sidebar) and in which order they appear (weight).

If you want certain blocks to disable themselves temporarily during high server loads, check the 'Throttle' box. You can configure the auto-throttle on the throttle configuration page after having enabled the throttle module. ", array('%throttle' => url('admin/settings/throttle'))); case 'admin/block/add': @@ -183,7 +183,7 @@ function _block_rehash($order_by = array('weight')) { function block_admin_display() { $blocks = _block_rehash(); - $header = array(t('Block'), t('Enabled'), t('Weight'), t('Region')); + $header = array(t('Block'), t('Enabled'), t('Weight'), t('Sidebar')); if (module_exist('throttle')) { $header[] = t('Throttle'); } -- cgit v1.2.3