Explorar el Código

fixed a small typo

E.Cannon hace 9 años
padre
commit
30f9fa2476
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      includes/blast_ui.admin.inc

+ 1 - 1
includes/blast_ui.admin.inc

@@ -48,7 +48,7 @@ function blast_ui_admin_form($form, $form_state) {
 
   $form['file_upload']['target_upload'] = array(
     '#type' => 'checkbox',
-    '#title' => 'Enable Taget Sequence Upload',
+    '#title' => 'Enable Target Sequence Upload',
     '#description' => 'When checked, a target file upload field will be available on BLAST request forms.',
     '#default_value' => FALSE,
     '#default_value' => variable_get('blast_ui_allow_target_upload', FALSE)