Make WordPress Core


Ignore:
Timestamp:
01/04/2006 12:49:25 AM (19 years ago)
Author:
ryan
Message:

Fix typo. Props gasper@…. fixes #2213

File:
1 edited

Legend:

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

    r3276 r3397  
    588588            echo '<li>'.__('In case you haven\'t done it already, you can import the posts from your other blogs:'). $this->show_blogs() . '</li>';
    589589        if ( $n = count($this->import['blogs'][$_GET['blog']]['newusers']) )
    590             echo '<li>'.sptintf(__('Go to <a href="%s" target="%s">Authors &amp; Users</a>, where you can modify the new user(s) or delete them. If you want to make all of the imported posts yours, you will be given that option when you delete the new authors.'), 'users.php', '_parent').'</li>';
     590            echo '<li>'.sprintf(__('Go to <a href="%s" target="%s">Authors &amp; Users</a>, where you can modify the new user(s) or delete them. If you want to make all of the imported posts yours, you will be given that option when you delete the new authors.'), 'users.php', '_parent').'</li>';
    591591        echo '<li>'.__('For security, click the link below to reset this importer. That will clear your Blogger credentials and options from the database.').'</li>';
    592592        echo '</ul>';
Note: See TracChangeset for help on using the changeset viewer.