Make WordPress Core


Ignore:
Timestamp:
04/30/2010 01:54:32 AM (15 years ago)
Author:
nacin
Message:

s/blog/site/ in more places. props PeteMall, see #11644.

File:
1 edited

Legend:

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

    r11764 r14313  
    1111
    1212if ( !current_user_can('edit_files') )
    13     wp_die(__('You do not have sufficient permissions to import content in this blog.'));
     13    wp_die(__('You do not have sufficient permissions to import content in this site.'));
    1414
    1515$title = __('Import');
     
    2121<?php screen_icon(); ?>
    2222<h2><?php echo esc_html( $title ); ?></h2>
    23 <p><?php _e('If you have posts or comments in another system, WordPress can import those into this blog. To get started, choose a system to import from below:'); ?></p>
     23<p><?php _e('If you have posts or comments in another system, WordPress can import those into this site. To get started, choose a system to import from below:'); ?></p>
    2424
    2525<?php
Note: See TracChangeset for help on using the changeset viewer.