Index: wp-admin/import/stp.php
===================================================================
--- wp-admin/import/stp.php	(revision 7019)
+++ wp-admin/import/stp.php	(working copy)
@@ -91,7 +91,7 @@
 		// run that funky magic!
 		$tags_added = $this->tag2post();
 
-		echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tags where added!', 'Done! <strong>%s</strong> tags where added!', $tags_added), $tags_added ) . '<br /></p>';
+		echo '<p>' . sprintf( __ngettext('Done! <strong>%s</strong> tags were added!', 'Done! <strong>%s</strong> tags were added!', $tags_added), $tags_added ) . '<br /></p>';
 		echo '<form action="admin.php?import=stp&amp;step=3" method="post">';
 		wp_nonce_field('import-stp');
 		echo '<p class="submit"><input type="submit" name="submit" value="'.__('Step 3').'" /></p>';
Index: xmlrpc.php
===================================================================
--- xmlrpc.php	(revision 7019)
+++ xmlrpc.php	(working copy)
@@ -636,7 +636,7 @@
 
 		set_current_user(0, $username);
 		if( !current_user_can("manage_categories") ) {
-			return new IXR_Error( 401, __( "Sorry, you do not the right to delete a category." ) );
+			return new IXR_Error( 401, __( "Sorry, you do not have the right to delete a category." ) );
 		}
 
 		return wp_delete_category( $category_id );

