diff options
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index 67a19980f9..16b507610f 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -289,7 +289,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn <tr> <td class="descriptionbox wrap width33"> <?php echo /* I18N: label for yes/no option */ - I18N::translate('Show date of last update?') ?> + I18N::translate('Show date of last update') ?> </td> <td class="optionbox"> <?php echo FunctionsEdit::editFieldYesNo('show_last_update', $show_last_update) ?> @@ -297,7 +297,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn </tr> <tr> <td class="descriptionbox wrap width33"> - <?php echo I18N::translate('Show common surnames?') ?> + <?php echo I18N::translate('Show common surnames') ?> </td> <td class="optionbox"> <?php echo FunctionsEdit::editFieldYesNo('show_common_surnames', $show_common_surnames) ?> |
