Index: modules/block/block.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/block/block.module,v
retrieving revision 1.228
diff -u -r1.228 block.module
--- modules/block/block.module	5 Sep 2006 02:53:01 -0000	1.228
+++ modules/block/block.module	28 Sep 2006 14:11:49 -0000
@@ -66,24 +66,24 @@
   if ($may_cache) {
     $items[] = array(
       'path' => 'admin/build/block',
-      'title' => t('blocks'),
+      'title' => t('Blocks'),
       'access' => user_access('administer blocks'),
       'description' => t('Configure what block content appears in your site\'s sidebars and other regions.'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('block_admin_display'));
-    $items[] = array('path' => 'admin/build/block/list', 'title' => t('list'),
+    $items[] = array('path' => 'admin/build/block/list', 'title' => t('List'),
       'type' => MENU_DEFAULT_LOCAL_TASK, 'weight' => -10);
-    $items[] = array('path' => 'admin/build/block/configure', 'title' => t('configure block'),
+    $items[] = array('path' => 'admin/build/block/configure', 'title' => t('Configure Block'),
       'access' => user_access('administer blocks'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('block_admin_configure'),
       'type' => MENU_CALLBACK);
-    $items[] = array('path' => 'admin/build/block/delete', 'title' => t('delete block'),
+    $items[] = array('path' => 'admin/build/block/delete', 'title' => t('Delete Block'),
       'access' => user_access('administer blocks'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('block_box_delete'),
       'type' => MENU_CALLBACK);
-    $items[] = array('path' => 'admin/build/block/add', 'title' => t('add block'),
+    $items[] = array('path' => 'admin/build/block/add', 'title' => t('Add Block'),
       'access' => user_access('administer blocks'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('block_box_form'),
