diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-06-08 07:17:50 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-06-08 07:17:50 +0100 |
| commit | 4ba103ae40a7ab568f7922c704062c6f9200bbda (patch) | |
| tree | bc4ec7fe1395554f17b926c1e4e52fa5b1aac0a0 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | 21b8da19df6fd07b6d58ee32c98e7546c4d57495 (diff) | |
| download | webtrees-4ba103ae40a7ab568f7922c704062c6f9200bbda.tar.gz webtrees-4ba103ae40a7ab568f7922c704062c6f9200bbda.tar.bz2 webtrees-4ba103ae40a7ab568f7922c704062c6f9200bbda.zip | |
Fix #969 - English texts
Diffstat (limited to 'app/Module/FamilyTreeStatisticsModule.php')
| -rw-r--r-- | app/Module/FamilyTreeStatisticsModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FamilyTreeStatisticsModule.php b/app/Module/FamilyTreeStatisticsModule.php index b012bbc935..8ce8edcca8 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -436,7 +436,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn <tr> <td class="descriptionbox wrap width33"> <label for="number-of-surnames"> - <?php echo I18N::translate('Number of surnames') ?> + <?php echo /* I18N: ... to show in a list */ I18N::translate('Number of surnames') ?> </label> </td> <td class="optionbox"> |
