From e7b243973132b555e66a0517e25232ba213bc35e Mon Sep 17 00:00:00 2001 From: donncha Date: Thu, 7 Dec 2006 10:17:25 +0000 Subject: WP Merge git-svn-id: http://svn.automattic.com/wordpress-mu/trunk@819 7be80a69-a1ef-0310-a953-fb0f7c49ff36 --- wp-admin/import/textpattern.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'wp-admin/import/textpattern.php') diff --git a/wp-admin/import/textpattern.php b/wp-admin/import/textpattern.php index 435a588..db60e15 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 '
'; $this->db_form(); @@ -660,5 +661,5 @@ class Textpattern_Import { } $txp_import = new Textpattern_Import(); -register_importer('textpattern', __('Textpattern'), __('Import posts from a Textpattern Blog'), array ($txp_import, 'dispatch')); +register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog'), array ($txp_import, 'dispatch')); ?> -- cgit