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/textpattern.php

    r4495 r4608  
    5353    function greet() {
    5454        echo '<div class="narrow">';
    55         echo '<p>'.__('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.').'</p>';
     55        echo '<p>'.__('Howdy! This imports categories, users, posts, comments, and links from any Textpattern 4.0.2+ into this blog.').'</p>';
     56        echo '<p>'.__('This has not been tested on previous versions of Textpattern.  Mileage may vary.').'</p>';
    5657        echo '<p>'.__('Your Textpattern Configuration settings are as follows:').'</p>';
    5758        echo '<form action="admin.php?import=textpattern&amp;step=1" method="post">';
     
    661662
    662663$txp_import = new Textpattern_Import();
    663 register_importer('textpattern', __('Textpattern'), __('Import posts from a Textpattern Blog'), array ($txp_import, 'dispatch'));
     664register_importer('textpattern', __('Textpattern'), __('Import categories, users, posts, comments, and links from a Textpattern blog'), array ($txp_import, 'dispatch'));
    664665?>
Note: See TracChangeset for help on using the changeset viewer.