diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-06-19 02:09:46 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-06-19 02:09:46 +0000 |
| commit | 278519a2060bbf87d2c5f19d553829c738984cdb (patch) | |
| tree | 7730781c7ed03fa442d6ee2bba8c1891ac46301a /modules | |
| parent | ce2d9f8642f3e92eef8fc68f6415cd32196fc496 (diff) | |
| download | webtrees-278519a2060bbf87d2c5f19d553829c738984cdb.tar.gz webtrees-278519a2060bbf87d2c5f19d553829c738984cdb.tar.bz2 webtrees-278519a2060bbf87d2c5f19d553829c738984cdb.zip | |
Bug #595385 - "site last updated" should be …"
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/html/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/html/module.php b/modules/html/module.php index 97af75a15d..af0d473d21 100644 --- a/modules/html/module.php +++ b/modules/html/module.php @@ -185,7 +185,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { '#getAllTagsTable#', i18n::translate('Narrative description')=> - /* I18N: do not translate the #keywords# */ i18n::translate('This site 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# */ 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::translate('GEDCOM statistics')=> '<div class="gedcom_stats"> |
