Index: wp-admin/includes/template.php
===================================================================
--- wp-admin/includes/template.php	(revision 14835)
+++ wp-admin/includes/template.php	(working copy)
@@ -13,7 +13,7 @@
  *
  * @since 2.7
  *
- * Outputs the HTML for the hidden table rows used in Categories, Link Caregories and Tags quick edit.
+ * Outputs the HTML for the hidden table rows used in Categories, Link Categories and Tags quick edit.
  *
  * @param string $type "edit-tags", "categoried" or "edit-link-categories"
  * @param string $taxonomy The taxonomy of the row.
Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 14835)
+++ wp-includes/taxonomy.php	(working copy)
@@ -52,6 +52,7 @@
 		'labels' => array(
 			'name' => __( 'Categories' ),
 			'singular_name' => __( 'Category' ),
+			'update_item' => __( 'Update Category' ),
 		),
 		'query_var' => false,
 		'rewrite' => false,
