Browse Source

Fixed some typoes for the chado_linker_phenotype filed

ccheng 8 years ago
parent
commit
d339ebc817
1 changed files with 4 additions and 4 deletions
  1. 4 4
      tripal_chado/includes/fields/chado_linker__phenotype.inc

+ 4 - 4
tripal_chado/includes/fields/chado_linker__phenotype.inc

@@ -7,7 +7,7 @@ class chado_linker__phenotype extends TripalField {
    */
   public function field_info() {
     return array(
-      'label' => t('Genotypes'),
+      'label' => t('Phenotypes'),
       'description' => t('Associates an indviddual or organization with
           this record.'),
       'default_widget' => 'chado_linker__phenotype_widget',
@@ -25,7 +25,7 @@ class chado_linker__phenotype extends TripalField {
    */
   function widget_info() {
     return array(
-      'label' => t('Genotypes'),
+      'label' => t('Phenotypes'),
       'field types' => array('chado_linker__phenotype'),
     );
   }
@@ -35,7 +35,7 @@ class chado_linker__phenotype extends TripalField {
    */
   public function formatter_info() {
     return array(
-      'label' => t('Genotypes'),
+      'label' => t('Phenotypes'),
       'field types' => array('chado_linker__phenotype'),
       'settings' => array(
       ),
@@ -69,7 +69,7 @@ class chado_linker__phenotype extends TripalField {
       'widget_type' => 'chado_linker__phenotype_widget',
       'widget_settings' => array('display_label' => 1),
       'description' => '',
-      'label' => 'Genotypes',
+      'label' => 'Phenotypes',
       'is_required' => 0,
       'cardinality' => FIELD_CARDINALITY_UNLIMITED,
       'storage' => 'field_chado_storage',