Index: blogger-importer.php
===================================================================
--- blogger-importer.php	(revision 611210)
+++ blogger-importer.php	(working copy)
@@ -2,7 +2,7 @@
 /*
 Plugin Name: Blogger Importer
 Plugin URI: http://wordpress.org/extend/plugins/blogger-importer/
-Description: Import posts, comments, and tags from a Blogger blog and migrate authors to Wordpress users.
+Description: Import posts, comments, and tags from a Blogger blog and migrate authors to WordPress users.
 Author: wordpressdotorg
 Author URI: http://wordpress.org/
 Version: 0.6
@@ -1023,7 +1023,7 @@
     load_plugin_textdomain('blogger-importer', false, dirname(plugin_basename(__file__)) . '/languages');
 
     $blogger_import = new Blogger_Import();
-    register_importer('blogger', __('Blogger', 'blogger-importer'), __('Import categories, posts and comments then maps users from a Blogger blog.', 'blogger-importer'), array($blogger_import, 'start'));
+    register_importer('blogger', __('Blogger', 'blogger-importer'), __('Import posts, comments, and tags from a Blogger blog and migrate authors to WordPress users.', 'blogger-importer'), array($blogger_import, 'start'));
 
 }
 add_action('admin_init', 'blogger_importer_init');
Index: readme.txt
===================================================================
--- readme.txt	(revision 611210)
+++ readme.txt	(working copy)
@@ -7,7 +7,7 @@
 Stable tag: 0.5
 License: GPLv2 or later
 
-Imports posts, comments, and categories (blogger tags) from a Blogger blog then migrates authors to Wordpress users.
+Imports posts, comments, and categories (blogger tags) from a Blogger blog, then migrates authors to WordPress users.
 
 == Description ==
 
@@ -34,7 +34,7 @@
 1. Blogger Importer is available from the WordPress Tools->Import screen.
 1. Press Authorise
 1. If you are not already logged into Google you will be asked to login
-1. You will be asked to grant Wordpress access to your Blogger information, to continue press Grant Access
+1. You will be asked to grant WordPress access to your Blogger information, to continue press Grant Access
 1. You will be presented with a list of all your blogs
 1. Select the appropriate blog and press the import button
 1. Wait whilst the posts and comments are imported
@@ -76,11 +76,11 @@
 
 = Are the permalinks the same? =
 
-No, Wordpress and Blogger handle the permalinks differently. However, it is possible to use the redirection plugin to map the old URLs across to the new URLs.
+No, WordPress and Blogger handle the permalinks differently. However, it is possible to use the redirection plugin to map the old URLs across to the new URLs.
 
 = What about future posts? =
 
-The scheduled posts will be transferred and will be published as specified. However, Blogger and Wordpress handle drafts differently, Wordpress does not support dates on draft posts so you will need to use a plugin if you wish to plan your writing schedule.
+The scheduled posts will be transferred and will be published as specified. However, Blogger and WordPress handle drafts differently, WordPress does not support dates on draft posts so you will need to use a plugin if you wish to plan your writing schedule.
 
 = My posts and comments moved across but some things are stripped out =
 
