summaryrefslogtreecommitdiff
path: root/modules/gedcom_stats/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/gedcom_stats/module.php')
-rw-r--r--modules/gedcom_stats/module.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/gedcom_stats/module.php b/modules/gedcom_stats/module.php
index 053bc0d75d..883aa54a69 100644
--- a/modules/gedcom_stats/module.php
+++ b/modules/gedcom_stats/module.php
@@ -89,10 +89,10 @@ class gedcom_stats_WT_Module extends WT_Module implements WT_Module_Block {
$content .= i18n::translate('This GEDCOM was created using <b>%1$s</b> on <b>%2$s</b>.', $software, $date);
} elseif ($software) {
// I18N: %s = software program
- $content .= i18n::translate('This GEDCOM was created using <b>%s</b>,', $software);
+ $content .= i18n::translate('This GEDCOM was created using <b>%s</b>.', $software);
} elseif ($date) {
// I18N: %s = date
- $content .= i18n::translate('This GEDCOM was created on <b>%s</b>', $date);
+ $content .= i18n::translate('This GEDCOM was created on <b>%s</b>.', $date);
}
$content .= '<br /><table><tr><td valign="top" class="width20"><table cellspacing="1" cellpadding="0">';