diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-10-10 11:06:48 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-10-10 13:53:11 +0100 |
| commit | e667f3d43fbc1ce9ee1d9d6058564e3042c335c2 (patch) | |
| tree | b5faca480bd6f622c1de0c8521fe05810cba6888 /modules_v3/html | |
| parent | 20d52592e6c2b7b958cbaf2ae4852bc57503df66 (diff) | |
| download | webtrees-e667f3d43fbc1ce9ee1d9d6058564e3042c335c2.tar.gz webtrees-e667f3d43fbc1ce9ee1d9d6058564e3042c335c2.tar.bz2 webtrees-e667f3d43fbc1ce9ee1d9d6058564e3042c335c2.zip | |
Update .PO files. Fix some minor English grammar.
Diffstat (limited to 'modules_v3/html')
| -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"> |
