Index: modules/blogapi/blogapi.module =================================================================== RCS file: /cvs/drupal/drupal/modules/blogapi/blogapi.module,v retrieving revision 1.95 diff -u -r1.95 blogapi.module --- modules/blogapi/blogapi.module 31 Aug 2006 20:22:34 -0000 1.95 +++ modules/blogapi/blogapi.module 28 Sep 2006 14:37:17 -0000 @@ -576,7 +576,7 @@ 'type' => MENU_CALLBACK); $items[] = array( 'path' => 'admin/settings/blogapi', - 'title' => t('blog APIs'), + 'title' => t('Blog APIs'), 'description' => t('Configure which content types and engines external blog clients can use.'), 'callback' => 'drupal_get_form', 'callback arguments' => array('blogapi_admin_settings'),