Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 15549)
+++ wp-includes/taxonomy.php	(working copy)
@@ -2579,7 +2579,7 @@
 	if ( !$post )
 		return $taxonomies;
 
-	$template = apply_filters('taxonomy_template', '%s: %l.');
+	$template = apply_filters('taxonomy_format', '%s: %l.');
 
 	foreach ( get_object_taxonomies($post) as $taxonomy ) {
 		$t = (array) get_taxonomy($taxonomy);
