@@ -70,7 +70,7 @@ function block_help($path, $arg) {
$output='<p>'.t('Blocks are boxes of content rendered into an area, or region, of a web page. The default theme Garland, for example, implements the regions "left sidebar", "right sidebar", "content", "header", and "footer", and a block may appear in any one of these areas. The <a href="@blocks">blocks administration page</a> provides a drag-and-drop interface for assigning a block to a region, and for controlling the order of blocks within regions.',array('@blocks'=>url('admin/build/block'))).'</p>';
$output.='<p>'.t('Although blocks are usually generated automatically by modules (like the <em>User login</em> block, for example), administrators can also define custom blocks. Custom blocks have a title, description, and body. The body of the block can be as long as necessary, and can contain content supported by any available <a href="@input-format">input format</a>.',array('@input-format'=>url('admin/settings/filters'))).'</p>';
$output.='<p>'.t('When working with blocks, remember that:').'</p>';
$output.='<ul><li>'.t('since not all themes implement the same regions, or display regions in the same way, blocks are positioned on a per-theme basis.').'</p>';
$output.='<ul><li>'.t('since not all themes implement the same regions, or display regions in the same way, blocks are positioned on a per-theme basis.').'</li>';
$output.='<li>'.t('disabled blocks, or blocks not in a region, are never shown.').'</li>';
$output.='<li>'.t('when throttle module is enabled, throttled blocks (blocks with the <em>Throttle</em> checkbox selected) are hidden during high server loads.').'</li>';
$output.='<li>'.t('blocks can be configured to be visible only on certain pages.').'</li>';