From 7252c08995f3ee929a5f416d00c171c477783012 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Wed, 4 Jan 2006 00:49:25 +0000 Subject: [PATCH] Fix typo. Props gasper@gmail.com. fixes #2213 git-svn-id: https://develop.svn.wordpress.org/trunk@3397 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/blogger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-admin/import/blogger.php b/wp-admin/import/blogger.php index 08aa0a2552..c4d6d7a6a8 100644 --- a/wp-admin/import/blogger.php +++ b/wp-admin/import/blogger.php @@ -587,7 +587,7 @@ class Blogger_Import { if ( count($this->import['blogs']) > 1 ) echo '
  • '.__('In case you haven\'t done it already, you can import the posts from your other blogs:'). $this->show_blogs() . '
  • '; if ( $n = count($this->import['blogs'][$_GET['blog']]['newusers']) ) - echo '
  • '.sptintf(__('Go to Authors & Users, 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').'
  • '; + echo '
  • '.sprintf(__('Go to Authors & Users, 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').'
  • '; echo '
  • '.__('For security, click the link below to reset this importer. That will clear your Blogger credentials and options from the database.').'
  • '; echo ''; }