diff options
Diffstat (limited to 'modules_v3/html/module.php')
| -rw-r--r-- | modules_v3/html/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/html/module.php b/modules_v3/html/module.php index a6756bd3d8..73cbc36cb5 100644 --- a/modules_v3/html/module.php +++ b/modules_v3/html/module.php @@ -151,7 +151,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { '#getAllTagsTable#', WT_I18N::translate('Narrative description')=> - /* I18N: do not translate the #keywords# */ WT_I18N::translate('This GEDCOM (family tree) was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#.'), + /* I18N: do not translate the #keywords# */ WT_I18N::translate('This family tree was last updated on #gedcomUpdated#. There are #totalSurnames# surnames in this family tree. The earliest recorded event is the #firstEventType# of #firstEventName# in #firstEventYear#. The most recent event is the #lastEventType# of #lastEventName# in #lastEventYear#.<br><br>If you have any comments or feedback please contact #contactWebmaster#.'), WT_I18N::translate('Statistics')=> '<div class="gedcom_stats"> |
