--- /home/reinier/Desktop/taxonomy_redirect/taxonomy_redirect.module	2008-10-30 09:30:51.000000000 +0300
+++ taxonomy_redirect.module	2010-11-29 11:48:37.000000000 +0300
@@ -556,7 +556,7 @@ function taxonomy_redirect_default_term_
     $path = str_replace('//', '/', $path);
   }
 
-  return t($path);
+  return htmlspecialchars_decode($path);
 }
 
 /**
