From 5b2e3bed58fc61ced1869f37265cd094e6deb1a1 Mon Sep 17 00:00:00 2001 From: ryan Date: Mon, 14 Jan 2008 04:38:02 +0000 Subject: [PATCH] More explicit statement of requirements. fixes #5220 git-svn-id: http://svn.automattic.com/wordpress/trunk@6607 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- wp-admin/import/blogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import/blogger.php b/wp-admin/import/blogger.php index b518cd73a8..fcf35b07d3 100644 --- a/wp-admin/import/blogger.php +++ b/wp-admin/import/blogger.php @@ -12,7 +12,7 @@ class Blogger_Import { $auth_url = "https://www.google.com/accounts/AuthSubRequest"; $title = __('Import Blogger'); $welcome = __('Howdy! This importer allows you to import posts and comments from your Blogger account into your WordPress blog.'); - $prereqs = __('To use this importer, you must have a Google account, an upgraded (New, was Beta) blog, and it must be on blogspot or a custom domain (not FTP).'); + $prereqs = __('To use this importer, you must have a Google account and an upgraded (New, was Beta) blog hosted on blogspot.com or a custom domain (not FTP).'); $stepone = __('The first thing you need to do is tell Blogger to let WordPress access your account. You will be sent back here after providing authorization.'); $auth = __('Authorize');