Index: flag_terms.inc
--- flag_terms.inc Base (BASE)
+++ flag_terms.inc Locally Modified (Based On LOCAL)
@@ -57,16 +57,13 @@
     return $term->tid;
   }
 
-  // The 'Token' module doesn't seem to provide any term tokens, so
-  // the following two methods aren't really useful.
-
   function get_labels_token_types() {
-    return array('term');
+    return array('taxonomy');
   }
 
   function replace_tokens($label, $contexts, $content_id) {
     if ($content_id && ($term = $this->fetch_content($content_id))) {
-      $contexts['term'] = $term;
\ No newline at end of file
+      $contexts['taxonomy'] = $term;
\ No newline at end of file
     }
     return parent::replace_tokens($label, $contexts, $content_id);
   }
