diff options
Diffstat (limited to 'modules')
-rw-r--r-- | modules/block.module | 4 | ||||
-rw-r--r-- | modules/block/block.module | 4 |
2 files changed, 4 insertions, 4 deletions
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(" <p>Blocks are the boxes in the left and right side bars of the web site. They are made available by modules or created manually.</p> -<p>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).</p> +<p>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).</p> <p>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 <a href=\"%throttle\">throttle configuration page</a> 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(" <p>Blocks are the boxes in the left and right side bars of the web site. They are made available by modules or created manually.</p> -<p>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).</p> +<p>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).</p> <p>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 <a href=\"%throttle\">throttle configuration page</a> 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'); } |