소스 검색

Changed Tripal 'accession' to be 'internal identifier'

spficklin 14 년 전
부모
커밋
dfd73c29ad
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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."),