Skip to content

Commit

Permalink
Spelling fix from zamoose. fixes #5095 for 2.3
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.automattic.com/wordpress/branches/2.3@6175 1a063a9b-81f0-0310-95a4-ce76da25c4cd
  • Loading branch information
ryan committed Sep 28, 2007
1 parent 02bc8ab commit d821c2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wp-admin/import/utw.php
Expand Up @@ -157,7 +157,7 @@ function import_t2p ( ) {
// run that funky magic!
$tags_added = $this->tag2post();

echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags where added!'), $tags_added ) . '<br /></p>';
echo '<p>' . sprintf( __('Done! <strong>%s</strong> tags were added!'), $tags_added ) . '<br /></p>';

echo '<form action="admin.php?import=utw&amp;step=4" method="post">';
wp_nonce_field('import-utw');
Expand Down Expand Up @@ -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'));

?>
?>

0 comments on commit d821c2d

Please sign in to comment.