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

    r4349 r4608  
    2222    function greet() {
    2323        echo '<div class="narrow">';
    24         echo '<p>'.__('Howdy! This importer allows you to extract posts from LiveJournal XML export file into your blog.  Pick a LiveJournal file to upload and click Import.').'</p>';
     24        echo '<p>'.__('Howdy! Upload your LiveJournal XML export file and we&#8217;ll import the posts into this blog.').'</p>';
     25        echo '<p>'.__('Choose a LiveJournal XML file to upload, then click Upload file and import.').'</p>';
    2526        wp_import_upload_form("admin.php?import=livejournal&amp;step=1");
    2627        echo '</div>';
     
    167168$livejournal_import = new LJ_Import();
    168169
    169 register_importer('livejournal', __('LiveJournal'), __('Import posts from LiveJournal'), array ($livejournal_import, 'dispatch'));
     170register_importer('livejournal', __('LiveJournal'), __('Import posts from a LiveJournal XML export file'), array ($livejournal_import, 'dispatch'));
    170171?>
Note: See TracChangeset for help on using the changeset viewer.