Browse Source

Update tripal_chado_views/tripal_chado_views.views.inc

Co-Authored-By: guignonv <guignonv@users.noreply.github.com>
Lacey-Anne Sanderson 6 years ago
parent
commit
fdff9a2c22
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tripal_chado_views/tripal_chado_views.views.inc

+ 1 - 1
tripal_chado_views/tripal_chado_views.views.inc

@@ -653,7 +653,7 @@ function tripal_chado_views_views_data_alter(&$data) {
           'group' => $base_table_label,
           'title' => $base_table_label,
           'help' => t(
-            "Links @base_table_label to its @bundle_label.",
+            "Links @base_table_label to its Tripal Content Type '@bundle_label'.",
             array(
               '@base_table_label' => $base_table_label,
               '@bundle_label' => $bundle_label,