--- modules/block/block.module.org	2009-06-27 11:54:40.000000000 +0200
+++ modules/block/block.module	2009-06-27 11:54:51.000000000 +0200
@@ -383,7 +383,7 @@ function block_box_form($edit = array())
     '#title' => t('Block description'),
     '#default_value' => $edit['info'],
     '#maxlength' => 64,
-    '#description' => t('A brief description of your block. Used on the <a href="@overview">block overview page</a>.', array('@overview' => url('admin/build/block'))),
+    '#description' => t('A brief description of your block. Used on the <a href="@overview">blocks administration page</a>.', array('@overview' => url('admin/build/block'))),
     '#required' => TRUE,
     '#weight' => -19,
   );
