|
@@ -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."),
|