Browse Source

Changed Tripal 'accession' to be 'internal identifier'

spficklin 14 years ago
parent
commit
dfd73c29ad
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tripal_feature/tripal_feature.admin.inc

+ 2 - 2
tripal_feature/tripal_feature.admin.inc

@@ -36,9 +36,9 @@ function tripal_feature_admin () {
    if(!$active_jobs){
 
       $form['chado_feature_accession_prefix'] = array (
-         '#title'       => t('Accession Prefix'),
+         '#title'       => t('Internal ID Prefix'),
          '#type'        => t('textfield'),
-         '#description' => t("Accession numbers for features consist of the ".
+         '#description' => t("Internal ID numbers for features consist of the ".
             "chado feature_id and a site specific prefix.  Set the prefix that ".
             "will be incorporated in front of each feature_id to form a unique ".
             "accession number for this site."),