Index: modules/hs_taxonomy.module
===================================================================
--- modules/hs_taxonomy.module	(revision 263)
+++ modules/hs_taxonomy.module	(working copy)
@@ -507,7 +507,7 @@
       $labels[$item] = tt("taxonomy:term:$term->tid:name", $term->name);
     }
     else {
-      $labels[$item] = t($term->name);
+      $labels[$item] = $term->name;
     }
   }
 
@@ -870,7 +870,7 @@
       $options[$term->tid] = tt("taxonomy:term:$term->tid:name", $term->name);
     }
     else {
-      $options[$term->tid] = t($term->name);
+      $options[$term->tid] = $term->name;
     }
   }
   return $options;
