';
- echo '
'.__('Import Greymatter').'
';
+ echo '
'.__('Import GreyMatter').'
';
}
function footer() {
@@ -281,7 +281,7 @@ class GM_Import {
?>
-
+
footer();
}
@@ -309,5 +309,5 @@ class GM_Import {
$gm_import = new GM_Import();
-register_importer('greymatter', __('Greymatter'), __('Import posts and comments from your Greymatter blog'), array ($gm_import, 'dispatch'));
+register_importer('greymatter', __('GreyMatter'), __('Import users, posts, and comments from a Greymatter blog'), array ($gm_import, 'dispatch'));
?>
diff --git a/wp-admin/import/livejournal.php b/wp-admin/import/livejournal.php
index 2d770ecfad..e1389cdf7f 100644
--- a/wp-admin/import/livejournal.php
+++ b/wp-admin/import/livejournal.php
@@ -21,7 +21,8 @@ class LJ_Import {
function greet() {
echo '
';
- echo '
'.__('Howdy! This importer allows you to extract posts from LiveJournal XML export file into your blog. Pick a LiveJournal file to upload and click Import.').'
';
+ echo '
'.__('Howdy! Upload your LiveJournal XML export file and we’ll import the posts into this blog.').'
';
+ echo '
'.__('Choose a LiveJournal XML file to upload, then click Upload file and import.').'
';
wp_import_upload_form("admin.php?import=livejournal&step=1");
echo '
';
}
@@ -166,5 +167,5 @@ class LJ_Import {
$livejournal_import = new LJ_Import();
-register_importer('livejournal', __('LiveJournal'), __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch'));
+register_importer('livejournal', __('LiveJournal'), __('Import posts from a LiveJournal XML export file'), array ($livejournal_import, 'dispatch'));
?>
diff --git a/wp-admin/import/mt.php b/wp-admin/import/mt.php
index 613d754375..881039c646 100644
--- a/wp-admin/import/mt.php
+++ b/wp-admin/import/mt.php
@@ -11,7 +11,7 @@ class MT_Import {
function header() {
echo '
';
- echo '
'.__('Import Movable Type and TypePad').'
';
+ echo '
'.__('Import Movable Type or TypePad').'
';
}
function footer() {
@@ -22,7 +22,7 @@ class MT_Import {
$this->header();
?>
-
+
out of memory error try splitting up the import file into pieces.'); ?>
@@ -432,5 +432,5 @@ class MT_Import {
$mt_import = new MT_Import();
-register_importer('mt', __('Movable Type and TypePad'), __('Imports
posts and comments from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
+register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or Typepad blog'), array ($mt_import, 'dispatch'));
?>
\ No newline at end of file
diff --git a/wp-admin/import/rss.php b/wp-admin/import/rss.php
index 8a9b9a6a9d..944b297f1d 100644
--- a/wp-admin/import/rss.php
+++ b/wp-admin/import/rss.php
@@ -22,7 +22,7 @@ class RSS_Import {
function greet() {
echo '
';
- echo '
'.__('Howdy! This importer allows you to extract posts from any RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'
';
+ echo '
'.__('Howdy! This importer allows you to extract posts from an RSS 2.0 file into your blog. This is useful if you want to import your posts from a system that is not handled by a custom import tool. Pick an RSS file to upload and click Import.').'
';
wp_import_upload_form("admin.php?import=rss&step=1");
echo '
';
}
diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php
index 435a588c1f..db60e15da5 100644
--- a/wp-admin/import/textpattern.php
+++ b/wp-admin/import/textpattern.php
@@ -52,7 +52,8 @@ class Textpattern_Import {
function greet() {
echo '
';
- echo '
'.__('Howdy! This importer allows you to extract posts from any Textpattern 4.0.2+ into your blog. This has not been tested on previous versions of Textpattern. Mileage may vary.').'
';
+ echo '
'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'
';
+ echo '
'.__('This has not been tested on previous versions of Textpattern. Mileage may vary.').'
';
echo '
'.__('Your Textpattern Configuration settings are as follows:').'
';
echo '