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

    r4495 r4608  
    1212    function header() {
    1313        echo '<div class="wrap">';
    14         echo '<h2>'.__('Import Movable Type and TypePad').'</h2>';
     14        echo '<h2>'.__('Import Movable Type or TypePad').'</h2>';
    1515    }
    1616
     
    2323?>
    2424<div class="narrow">
    25 <p><?php _e('Howdy! We&#8217;re about to begin the process to import all of your Movable Type entries into WordPress. To begin, select a file to upload and click Import.'); ?></p>
     25<p><?php _e('Howdy! We&#8217;re about to begin importing all of your Movable Type or Typepad entries into WordPress. To begin, choose a file to upload and click Upload file and import.'); ?></p>
    2626<?php wp_import_upload_form( add_query_arg('step', 1) ); ?>
    2727    <p><?php _e('The importer is smart enough not to import duplicates, so you can run this multiple times without worry if&#8212;for whatever reason&#8212;it doesn\'t finish. If you get an <strong>out of memory</strong> error try splitting up the import file into pieces.'); ?> </p>
     
    433433$mt_import = new MT_Import();
    434434
    435 register_importer('mt', __('Movable Type and TypePad'), __('Imports <strong>posts and comments</strong> from your Movable Type or TypePad blog'), array ($mt_import, 'dispatch'));
     435register_importer('mt', __('Movable Type and TypePad'), __('Import posts and comments from a Movable Type or Typepad blog'), array ($mt_import, 'dispatch'));
    436436?>
Note: See TracChangeset for help on using the changeset viewer.