diff --git a/boost.admin.inc b/boost.admin.inc
index 0184069..c1c7e3b 100644
--- a/boost.admin.inc
+++ b/boost.admin.inc
@@ -271,7 +271,7 @@ function boost_admin_boost_performance_page() {
       '#type'          => 'checkbox',
       '#title'         => t('Clear all cached views pages associated with a node on update/delete'),
       '#default_value' => BOOST_FLUSH_VIEWS,
-      '#description'   => t(''),
+      '#description'   => '',
     );
     $form['views']['boost_flush_views_insert'] = array(
       '#type'          => 'checkbox',
@@ -403,7 +403,7 @@ function boost_admin_boost_performance_page() {
     '#size'          => 15,
     '#maxlength'     => 255,
     '#required'      => TRUE,
-    '#description'   => t(''),
+    '#description'   => '',
   );
   $form['directories']['boost_multisite_single_db'] = array(
     '#type'          => 'checkbox',
@@ -418,7 +418,7 @@ function boost_admin_boost_performance_page() {
 //       '#default_value' => BOOST_HOST,
 //       '#size'          => 60,
 //       '#maxlength'     => 255,
-//       '#description'   => t(''),
+//       '#description'   => '',
 //     );
     $form['directories']['boost_file_path'] = array(
       '#type'          => 'textfield',
diff --git a/boost.module b/boost.module
index 626a63c..bcf0677 100644
--- a/boost.module
+++ b/boost.module
@@ -180,7 +180,7 @@ function boost_help($path, $arg) {
       }
       break;
     case 'admin/settings/performance/boost':
-      return '<p>' . t('') . '</p>'; // TODO: add help text.
+      return '<p>' . '' . '</p>'; // TODO: add help text.
   }
   //hack to get drupal_get_messages before they are destroyed.
   $GLOBALS['_boost_message_count'] = count(drupal_get_messages(NULL, FALSE));
