Skip to content
Snippets Groups Projects
Commit 9a47bc4e authored by Dries Buytaert's avatar Dries Buytaert
Browse files

- Renamed some more 'region's to 'sidebar's

parent 42a085c8
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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');
}
......
......@@ -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');
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment