diff --git a/node_type_count.install b/node_type_count.install
index 973cfbe..2cd2111 100644
--- a/node_type_count.install
+++ b/node_type_count.install
@@ -9,6 +9,6 @@
  * Implements hook_install().
  */
 function node_type_count_install() {
-  $t = get_t();
-  drupal_set_message($t("Node Type Count Module settings are available under !link", array('!link' => l($t('Reports > Node Type Count'), 'admin/reports/node-type-count'))));
+  $msg = st("Node Type Count Module settings are available under !link", array('!link' => l(st('Reports > Node Type Count'), 'admin/reports/node-type-count')));
+  drupal_set_message(check_plain($msg));
 }
