summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRob Peters <makitso@gmail.com>2012-01-20 15:50:24 +0000
committerRob Peters <makitso@gmail.com>2012-01-20 15:50:24 +0000
commit34d6a3528da4c34cf703b16ee956727d92cbdafc (patch)
treea068f64620bce1a9fed8940a433d5bc896c29921
parent9ee5701e2ebba8d1ba8d044ed6d1fed758b56271 (diff)
downloadwebtrees-34d6a3528da4c34cf703b16ee956727d92cbdafc.tar.gz
webtrees-34d6a3528da4c34cf703b16ee956727d92cbdafc.tar.bz2
webtrees-34d6a3528da4c34cf703b16ee956727d92cbdafc.zip
Delineate family link
-rw-r--r--expand_view.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/expand_view.php b/expand_view.php
index 88ac1c3807..ba38a03ae2 100644
--- a/expand_view.php
+++ b/expand_view.php
@@ -88,7 +88,7 @@ foreach ($events as $event) {
}
$family=WT_Family::getInstance($event->getFamilyId());
if ($family) {
- echo '<a href="', $family->getHtmlUrl(), '">', WT_I18N::translate('View Family'), '</a>';
+ echo '<a href="', $family->getHtmlUrl(), '">', WT_I18N::translate('View Family -'), '</a>';
}
echo ' ',format_fact_place($event, true, true);
echo '</div>';