diff --git a/wp-admin/import/utw.php b/wp-admin/import/utw.php index b321f25af077..120f50cbd162 100644 --- a/wp-admin/import/utw.php +++ b/wp-admin/import/utw.php @@ -157,7 +157,7 @@ function import_t2p ( ) { // 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 @@ function 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 +?>