diff --git a/wp-admin/import-greymatter.php b/wp-admin/import-greymatter.php
index 17d0a6f85c..ae6c7250a1 100644
--- a/wp-admin/import-greymatter.php
+++ b/wp-admin/import-greymatter.php
@@ -63,7 +63,7 @@ textarea,input,select {
-gm 2 
+gm 2 
The importer is running...
- importing users...
-gm 2 
-This is a basic GreyMatter to b2 import script.
+gm 2 
+This is a basic GreyMatter to WordPress import script.
What it does:
- parses gm-authors.cgi to import authors: everyone is imported at level 1
-- parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on b2 yet)
if authors are found not to be in gm-authors.cgi, imports them at level 0
+- parses the entries cgi files to import posts, comments, and karma on posts (although karma is not used on WordPress yet)
if authors are found not to be in gm-authors.cgi, imports them at level 0
What it does not:
- parse gm-counter.cgi (what's the use of that file ?), gm-banlist.cgi, gm-cplog.cgi (you can make a CP log hack if you really feel like it, but I question the need of a CP log)
-- import gm-templates. you'll start with the basic template b2.php
+- import gm-templates. you'll start with the basic template wp.php
- doesn't keep entries on top
-First step: install b2
-Install the b2 blog as explained in the ReadMe, then immediately come back here.
+First step: install WordPress
+Install the WordPress blog as explained in the ReadMe, then immediately come back here.