E.Cannon 9 лет назад
Родитель
Сommit
5245549bf0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      includes/blast_ui.form_advanced_options.inc

+ 1 - 1
includes/blast_ui.form_advanced_options.inc

@@ -65,7 +65,7 @@ function blast_ui_blastn_advanced_options_form(&$form, $form_state) {
     '#default_value' => $defaults['evalue'],
     '#size' => 12,
     '#maxlength' => 20,
-    '#description' => t('Expected number of chance matches in a random model. This number should be give in a decimal format. <a href="http://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml#expect" target="_blank">More Information</a> | <a href="https://www.youtube.com/watch?v=nO0wJgZRZJs" target="_blank">Expect value vedio tutorial</a>'),
+    '#description' => t('Expected number of chance matches in a random model. This number should be give in a decimal format. <a href="http://www.ncbi.nlm.nih.gov/BLAST/blastcgihelp.shtml#expect" target="_blank">More Information</a> | <a href="https://www.youtube.com/watch?v=nO0wJgZRZJs" target="_blank">Expect value video tutorial</a>'),
   );
 
   $form['ALG']['GParam']['wordSize'] = array(