diff options
Diffstat (limited to 'modules/block.module')
-rw-r--r-- | modules/block.module | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/block.module b/modules/block.module index 7d8824d55..a39a9fdf2 100644 --- a/modules/block.module +++ b/modules/block.module @@ -30,8 +30,8 @@ function block_help($section) { $output .= '<p>'. t('An administrator defined block contains content supplied by the administrator. Each admin-defined block consists of a title, a description, and a body which can be as long as you wish. The Drupal engine will render the content of the block.') .'</p>'; $output .= t('<p>You can</p> <ul> -<li>enable throttle and configure blocks at <a href="%admin-block">administer >> block</a>.</li> -<li>add a block at <a href="%admin-block-add">administer >> block >> add block</a>.</li> +<li>enable throttle and configure blocks at <a href="%admin-block">administer >> blocks</a>.</li> +<li>add a block at <a href="%admin-block-add">administer >> blocks >> add block</a>.</li> </ul> ', array('%admin-block' => url('admin/block'), '%admin-block-add' => url('admin/block/add'))); $output .= '<p>'. t('For more information please read the configuration and customization handbook <a href="%block">Block page</a>.', array('%block' => 'http://www.drupal.org/handbook/modules/block/')) .'</p>'; |