diff --git a/simple_adsense.module b/simple_adsense.module
index e9b5fb7..e950cf9 100644
--- a/simple_adsense.module
+++ b/simple_adsense.module
@@ -11,10 +11,10 @@
 function simple_adsense_help($path, $arg) {
   switch ($path) {
     case 'admin/config/content/simple_adsense':
-      return '<p>' . "Input here client and slot(s) got from " . l(t("Google Adsense"), "https://www.google.com/adsense/app") . " Custom Ad unit(s)." . '</p>';
+      return '<p>' . t("Input here client and slot(s) got from ") . l(t("Google Adsense"), "https://www.google.com/adsense/app") . " Custom Ad unit(s)." . '</p>';
 
     case 'admin/structure/block':
-      return '<p>' . "Blocks blow which title starts with Simpel Adsense are Simple Adsense blocks." . '</p>';
+      return '<p>' . t("Blocks blow which title starts with Simpel Adsense are Simple Adsense blocks.") . '</p>';
   }
 }
 
