Index: adjustisearch.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/adjustisearch/adjustisearch.module,v
retrieving revision 1.1.4.5
diff -u -r1.1.4.5 adjustisearch.module
--- adjustisearch.module	28 Mar 2010 00:14:41 -0000	1.1.4.5
+++ adjustisearch.module	29 Aug 2010 22:05:55 -0000
@@ -204,10 +204,10 @@
     );
   }
   
-  // Creates the submit buttion.
+  // Creates the submit button.
   $form['adjustisearch_search_submit'] = array(
     '#type'       => 'submit',
-    '#value'      => 'Search',
+    '#value'      => t('Search'),
   );
   
   return $form;

