summaryrefslogtreecommitdiff
path: root/modules/block
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
committerDries Buytaert <dries@buytaert.net>2007-11-26 16:36:44 +0000
commit9a96837b89a0f6b2b5b2c99063e5faeda53d88c6 (patch)
tree764bc2146802b2e35d5b54cf2afb4f428372186a /modules/block
parent22444f2fedf0fbe34423128ede822adc0f82e411 (diff)
downloadbrdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.gz
brdo-9a96837b89a0f6b2b5b2c99063e5faeda53d88c6.tar.bz2
- Patch #163246 by keith smith, freso, O Govinda, catch, webchick et al: fixed minor spelling issues and fixed spacing issues.
Diffstat (limited to 'modules/block')
-rw-r--r--modules/block/block.admin.inc2
-rw-r--r--modules/block/block.module4
2 files changed, 3 insertions, 3 deletions
diff --git a/modules/block/block.admin.inc b/modules/block/block.admin.inc
index a90264075..32e64fe38 100644
--- a/modules/block/block.admin.inc
+++ b/modules/block/block.admin.inc
@@ -367,7 +367,7 @@ function template_preprocess_block_admin_display_form(&$variables) {
// Initialize disabled blocks array.
$variables['block_listing'][BLOCK_REGION_NONE] = array();
- // Setup to track previous region in loop.
+ // Set up to track previous region in loop.
$last_region = '';
foreach (element_children($variables['form']) as $i) {
$block = &$variables['form'][$i];
diff --git a/modules/block/block.module b/modules/block/block.module
index aa44be98c..002a890a4 100644
--- a/modules/block/block.module
+++ b/modules/block/block.module
@@ -89,7 +89,7 @@ function block_help($path, $arg) {
return $output;
case 'admin/build/block':
return t('<p>Blocks are boxes of content that may be rendered into certain regions of your web pages, for example, into sidebars. They are usually generated automatically by modules, but administrators can create blocks manually.</p>
-<p>Only enabled blocks are shown. You can position blocks by specifying which area of the page they should appear in (e.g., a sidebar). Highlighted labels on this page show the regions into which blocks can be rendered. You can specify where within a region a block will appear by adjusting its weight.</p>
+<p>Only enabled blocks are shown. You can position blocks by specifying which area of the page they should appear in (e.g., a sidebar). Highlighted labels on this page show the regions into which blocks can be rendered. You can specify where within a region a block will appear by adjusting its 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.</p>
<p>You can configure the behavior of each block (for example, specifying on which pages and for what users it will appear) by clicking the "configure" link for each block.</p>', array('@throttle' => url('admin/settings/throttle')));
case 'admin/build/block/add':
@@ -518,4 +518,4 @@ function _block_get_cache_id($block) {
return implode(':', $cid_parts);
}
-} \ No newline at end of file
+}