소스 검색

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)