瀏覽代碼

fixed a small typo

E.Cannon 9 年之前
父節點
當前提交
30f9fa2476
共有 1 個文件被更改,包括 1 次插入1 次删除
  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)