Index: modules/book/book.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/book/book.module,v
retrieving revision 1.393
diff -u -r1.393 book.module
--- modules/book/book.module	26 Sep 2006 14:14:30 -0000	1.393
+++ modules/book/book.module	28 Sep 2006 14:40:17 -0000
@@ -91,24 +91,24 @@
   if ($may_cache) {
     $items[] = array(
       'path' => 'admin/content/book',
-      'title' => t('books'),
+      'title' => t('Books'),
       'description' => t('Manage site\'s books and orphaned book pages.'),
       'callback' => 'book_admin',
       'access' => user_access('administer nodes'));
     $items[] = array(
       'path' => 'admin/content/book/list',
-      'title' => t('list'),
+      'title' => t('List'),
       'type' => MENU_DEFAULT_LOCAL_TASK);
     $items[] = array(
       'path' => 'admin/content/book/orphan',
-      'title' => t('orphan pages'),
+      'title' => t('Orphan Pages'),
       'callback' => 'drupal_get_form',
       'callback arguments' => array('book_admin_orphan'),
       'type' => MENU_LOCAL_TASK,
       'weight' => 8);
     $items[] = array(
       'path' => 'book',
-      'title' => t('books'),
+      'title' => t('Books'),
       'callback' => 'book_render',
       'access' => user_access('access content'),
       'type' => MENU_SUGGESTED_ITEM);
