diff --git a/preprocess/preprocess-html.inc b/preprocess/preprocess-html.inc
index 50dd62c..11e26d0 100644
--- a/preprocess/preprocess-html.inc
+++ b/preprocess/preprocess-html.inc
@@ -8,7 +8,7 @@
 function navin_alpha_preprocess_html(&$variables) {
   drupal_add_js(array(
     'navin' => array(
-      'search_text' => 'Search ' . variable_get('site_name', 'this site') . '...',
+      'search_text' => t('Search ') . variable_get('site_name', 'this site') . '...',
     )
   ), 'setting');
 }
