Browse Source

Textual change

Stephen Ficklin 10 years ago
parent
commit
6a4b6bab57
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_feature/includes/tripal_feature.fasta_loader.inc

+ 1 - 1
tripal_feature/includes/tripal_feature.fasta_loader.inc

@@ -56,7 +56,7 @@ function tripal_feature_fasta_load_form() {
     '#type' => 'textfield',
     '#title' => t('Sequence Type'),
     '#required' => TRUE,
-    '#description' => t('Please enter the Sequence Ontology (SO) term name that describes the sequences in the FASTA file (e.g. gene, mRNA, protein, etc...)'),
+    '#description' => t('Please enter the Sequence Ontology (SO) term name that describes the sequences in the FASTA file (e.g. gene, mRNA, polypeptide, etc...)'),
     '#autocomplete_path' => "admin/tripal/chado/tripal_cv/cvterm/auto_name/$cv_id",
   );