Make WordPress Core


Ignore:
Timestamp:
12/05/2006 07:15:12 AM (18 years ago)
Author:
ryan
Message:

Some string changes. Props MichaelH. fixes #2724

File:
1 edited

Legend:

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

    r4535 r4608  
    88    // Shows the welcome screen and the magic iframe.
    99    function greet() {
    10         $title = __('Import Blogger');
     10        $title = __('Import Blogger or Blogspot');
    1111        $welcome = __('Howdy! This importer allows you to import posts and comments from your Blogger account into your WordPress blog.');
    1212        $noiframes = __('This feature requires iframe support.');
     
    663663$blogger_import = new Blogger_Import();
    664664
    665 register_importer('blogger', __('Blogger and Blog*Spot'), __('Import <strong>posts and comments</strong> from your Blogger account'), array ($blogger_import, 'start'));
     665register_importer('blogger', __('Blogger or Blog*Spot'), __('Import posts, comments, and users from a Blogger or Blog*Spot blog'), array ($blogger_import, 'start'));
    666666
    667667?>
Note: See TracChangeset for help on using the changeset viewer.