summaryrefslogtreecommitdiff
path: root/expand_view.php
diff options
context:
space:
mode:
Diffstat (limited to 'expand_view.php')
-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>';