Make WordPress Core

Changeset 6607


Ignore:
Timestamp:
01/14/2008 04:38:02 AM (17 years ago)
Author:
ryan
Message:

More explicit statement of requirements. fixes #5220

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/import/blogger.php

    r6125 r6607  
    1313        $title = __('Import Blogger');
    1414        $welcome = __('Howdy! This importer allows you to import posts and comments from your Blogger account into your WordPress blog.');
    15         $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).');
     15        $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).');
    1616        $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.');
    1717        $auth = __('Authorize');
Note: See TracChangeset for help on using the changeset viewer.