Index: modules/blog/blog.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/blog/blog.module,v
retrieving revision 1.265
diff -u -r1.265 blog.module
--- modules/blog/blog.module	31 Aug 2006 20:22:34 -0000	1.265
+++ modules/blog/blog.module	28 Sep 2006 14:33:44 -0000
@@ -263,13 +263,13 @@
   $items = array();
 
   if ($may_cache) {
-    $items[] = array('path' => 'node/add/blog', 'title' => t('blog entry'),
+    $items[] = array('path' => 'node/add/blog', 'title' => t('Blog Entry'),
       'access' => user_access('edit own blog'));
-    $items[] = array('path' => 'blog', 'title' => t('blogs'),
+    $items[] = array('path' => 'blog', 'title' => t('Blogs'),
       'callback' => 'blog_page',
       'access' => user_access('access content'),
       'type' => MENU_SUGGESTED_ITEM);
-    $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('my blog'),
+    $items[] = array('path' => 'blog/'. $user->uid, 'title' => t('My Blog'),
       'access' => user_access('edit own blog'),
       'type' => MENU_DYNAMIC_ITEM);
   }
