From 146b5f979c1c4eb73a63a47692f2a56f7910db4a Mon Sep 17 00:00:00 2001 From: Alexander O'Neill Date: Mon, 14 Feb 2011 15:40:53 -0400 Subject: [PATCH] ISLANDORA-171 Code cleanup --- CollectionClass.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CollectionClass.inc b/CollectionClass.inc index 2f7d248c..84d67dae 100644 --- a/CollectionClass.inc +++ b/CollectionClass.inc @@ -430,7 +430,7 @@ class CollectionClass { $tabset['view_tab'] = array( // $collection_fieldset = array ( '#type' => 'tabpage', - '#title' => t($this->pid), + '#title' => 'View', '#content' => $collection_items ); $tabset['add_tab'] = array(