From 6cf764da6efe223e672b1167cb5b302b1ea7ee59 Mon Sep 17 00:00:00 2001 From: Ryan Boren Date: Fri, 28 Sep 2007 17:37:16 +0000 Subject: [PATCH] Spelling fix from zamoose. fixes #5095 for trunk git-svn-id: https://develop.svn.wordpress.org/trunk@6174 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-admin/import/utw.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-admin/import/utw.php b/wp-admin/import/utw.php index b321f25af0..120f50cbd1 100644 --- a/wp-admin/import/utw.php +++ b/wp-admin/import/utw.php @@ -157,7 +157,7 @@ class UTW_Import { // run that funky magic! $tags_added = $this->tag2post(); - echo '

' . sprintf( __('Done! %s tags where added!'), $tags_added ) . '

'; + echo '

' . sprintf( __('Done! %s tags were added!'), $tags_added ) . '

'; echo '
'; wp_nonce_field('import-utw'); @@ -273,4 +273,4 @@ $utw_import = new UTW_Import(); // add it to the import page! register_importer('utw', 'Ultimate Tag Warrior', __('Import Ultimate Tag Warrior tags into the new native tagging structure.'), array($utw_import, 'dispatch')); -?> \ No newline at end of file +?>