소스 검색

slight change to dbxref_id field

Stephen Ficklin 9 년 전
부모
커밋
6c481f8f11
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tripal_entities/includes/tripal_entities.fields.inc

+ 2 - 2
tripal_entities/includes/tripal_entities.fields.inc

@@ -43,7 +43,7 @@ function tripal_entities_field_widget_info() {
       'field types' => array('organism_id')
     ),
     'tripal_entities_primary_dbxref_widget' => array(
-      'label' => t('Primary Cross-reference'),
+      'label' => t('Cross-reference'),
       'field types' => array('dbxref_id'),
       'description' => t('This record can be cross-referenced with a record in another online database. This field is intended for the most prominent reference.  At a minimum, the database and accession must be provided.'),
     ),
@@ -59,7 +59,7 @@ function tripal_entities_field_formatter_info() {
       'field types' => array('organism_id')
     ),
     'tripal_entities_primary_dbxref_formatter' => array(
-      'label' => t('Primary Cross-reference'),
+      'label' => t('Cross-reference'),
       'field types' => array('dbxref_id')
     ),
   );