From 56337c25ec4d873cb0afe0e085884ec5b29418b9 Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 14 Feb 2011 10:24:49 -0400 Subject: [PATCH] ISLANDORA-171 Interim update. --- CollectionClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index 0644d6c2..30d5b34b 100644 --- a/CollectionClass.inc +++ b/CollectionClass.inc @@ -430,7 +430,7 @@ class CollectionClass { $tabset['view_tab'] = array( // $collection_fieldset = array ( '#type' => 'tabpage', - '#title' => t('Members'), + '#title' => t($this->pid), '#content' => $collection_items ); $tabset['add_tab'] = array(