diff options
| author | fisharebest <fisharebest@gmail.com> | 2013-06-01 20:38:43 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2013-06-01 20:38:43 +0000 |
| commit | b804c8a670534eae56f6e755bfeb54bed58731f6 (patch) | |
| tree | 9f4769545903c6c8c2f32549b0e4a91fce7d8dec /modules_v3/html/module.php | |
| parent | 00f84b58bc81cd04baeac5a2266ae3d71dc27580 (diff) | |
| download | webtrees-b804c8a670534eae56f6e755bfeb54bed58731f6.tar.gz webtrees-b804c8a670534eae56f6e755bfeb54bed58731f6.tar.bz2 webtrees-b804c8a670534eae56f6e755bfeb54bed58731f6.zip | |
Don't say "GEDCOM" unless we mean it.
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 7eb9995978..fdc49975c1 100644 --- a/modules_v3/html/module.php +++ b/modules_v3/html/module.php @@ -163,7 +163,7 @@ class html_WT_Module extends WT_Module implements WT_Module_Block { WT_I18N::translate('Statistics')=> '<div class="gedcom_stats"> <span style="font-weight: bold"><a href="index.php?command=gedcom">#gedcomTitle#</a></span><br> - '.WT_I18N::translate('This GEDCOM was created using <b>%1$s</b> on <b>%2$s</b>.', '#gedcomCreatedSoftware#', '#gedcomDate#').' + ' . WT_I18N::translate('This family tree was last updated on %s.', '#gedcomUpdated#') . ' <table id="keywords"> <tr> <td valign="top" class="width20"> |
