浏览代码

Fixed some typoes for the chado_linker_phenotype filed

ccheng 9 年之前
父节点
当前提交
d339ebc817
共有 1 个文件被更改,包括 4 次插入4 次删除
  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',