diff --git a/honeypot.install b/honeypot.install
index dea0a8f..23c0399 100644
--- a/honeypot.install
+++ b/honeypot.install
@@ -38,8 +38,8 @@ function honeypot_schema() {
  * Implements hook_install().
  */
 function honeypot_install() {
-  drupal_set_message(t("Honeypot installed successfully. Please !link to protect your forms from spam bots.", array(
-    '!link' => l(t('configure Honeypot'), 'admin/config/content/honeypot')
+  drupal_set_message(st("Honeypot installed successfully. Please !link to protect your forms from spam bots.", array(
+    '!link' => l(st('configure Honeypot'), 'admin/config/content/honeypot')
   )));
 }
 
