summaryrefslogtreecommitdiff
path: root/app/Module/FamilyTreeStatisticsModule.php
diff options
context:
space:
mode:
authorGreg Roach <fisharebest@gmail.com>2016-04-16 15:25:17 +0100
committerGreg Roach <fisharebest@gmail.com>2016-04-16 15:25:32 +0100
commita4d5a9c24f66fd86132e247b7cf9d517c291ae50 (patch)
tree7bf97db6691caedc7f39c251402ca6c52a8f4138 /app/Module/FamilyTreeStatisticsModule.php
parent07999e63a5311d98c038afff042adb45b85f4690 (diff)
downloadwebtrees-a4d5a9c24f66fd86132e247b7cf9d517c291ae50.tar.gz
webtrees-a4d5a9c24f66fd86132e247b7cf9d517c291ae50.tar.bz2
webtrees-a4d5a9c24f66fd86132e247b7cf9d517c291ae50.zip
Labels are not questions
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
-rw-r--r--app/Module/FamilyTreeStatisticsModule.php4
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) ?>