I had the same problem. Here is what I did.
Log-in to PHPMyadmin
click SQL button to open SQL dialog box
Replace ‘SELECT * FROM wp_term_taxonomy WHERE 1′ or what ever with
UPDATE wp_term_taxonomy SET taxonomy = replace(taxonomy,"category","post_tag")
Click Go button
This will change all Blogger’s label from category to Tag in WordPress.