Index: user_tags.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/user_tags/user_tags.module,v
retrieving revision 1.8.2.1
diff -u -r1.8.2.1 user_tags.module
--- user_tags.module	10 Dec 2006 23:46:05 -0000	1.8.2.1
+++ user_tags.module	11 Mar 2008 22:20:05 -0000
@@ -75,7 +75,7 @@
     );
 
   } else {
-    drupal_set_message(t("You must add a ". l(t("vocabulary"), "admin/taxonomy") ."before using this module."), "error");
+    drupal_set_message(t('You must add a !link before using this module.', array('!link' => l(t('vocabulary'), 'admin/taxonomy'))), "error");
   }
 
   return $form;
