From 5d771e78b65b46f396e612f9463a473ff0c8e4cd Mon Sep 17 00:00:00 2001 From: Ben Woodhead Date: Mon, 13 Feb 2012 15:35:17 -0400 Subject: [PATCH] Fixed ShowStreamsInFieldSets --- plugins/ShowStreamsInFieldSets.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ShowStreamsInFieldSets.inc b/plugins/ShowStreamsInFieldSets.inc index a6e7eaad..9e20ca5a 100644 --- a/plugins/ShowStreamsInFieldSets.inc +++ b/plugins/ShowStreamsInFieldSets.inc @@ -109,7 +109,7 @@ class ShowStreamsInFieldSets { } $dc_html = $objectHelper->getFormattedDC($item); - $dl_link = l('

View Document
', 'fedora/repository/' . $this->pid . '/OBJ', array('html' => TRUE)); + $dl_link = l('

' . t('View Document') .'
', 'fedora/repository/' . $this->pid . '/OBJ', array('html' => TRUE)); $tabset['first_tab']['tabs']['view'] = array( '#type' => 'tabpage',