Browse Source

Renamed 'source' to 'analysis' in the seq extract form

spficklin 12 years ago
parent
commit
70f65822b9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal_feature/includes/seq_extract.inc

+ 2 - 2
tripal_feature/includes/seq_extract.inc

@@ -209,12 +209,12 @@ function tripal_feature_seq_extract_form(&$form_state = NULL) {
     }
   }
   $form['analysis'] = array(
-    '#title'         => t('Source'),
+    '#title'         => t('Analyses'),
     '#type'          => 'select',
     '#options'       => $analyses, 
     '#default_value' => $danalysis,    
     '#multiple'      => FALSE,
-    '#description'  => t('The feature source. If specified, only features derived or part of the selected source will be retrieved.'),
+    '#description'  => t('You can limit sequences by the analyses to which it was derived or was used. If specified, only features associated with the specific analysis will be retrieved.'),
   );
   
   $ftype = array();