diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-05-07 18:00:31 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-05-07 22:09:55 +0100 |
| commit | cdc90107d0170c768f6b75a14987716f307363cc (patch) | |
| tree | 676af184f75e9141b91c8cebf8311b9cf53ec9e8 /app/Module/FamilyTreeStatisticsModule.php | |
| parent | 2c57a5bd92d6edc5d26bcc1eea8e835e89c7f7b0 (diff) | |
| download | webtrees-cdc90107d0170c768f6b75a14987716f307363cc.tar.gz webtrees-cdc90107d0170c768f6b75a14987716f307363cc.tar.bz2 webtrees-cdc90107d0170c768f6b75a14987716f307363cc.zip | |
Improve 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 b0ce709705..e799f22755 100644 --- a/app/Module/FamilyTreeStatisticsModule.php +++ b/app/Module/FamilyTreeStatisticsModule.php @@ -194,7 +194,7 @@ class FamilyTreeStatisticsModule extends AbstractModule implements ModuleBlockIn } $content .= '</div>'; if ($stat_link && Module::isActiveChart($WT_TREE, 'statistics_chart')) { - $content .= '<div class="clearfloat"><a href="statistics.php?ged=' . $WT_TREE->getNameUrl() . '" rel="nofollow"><b>' . I18N::translate('View statistics as graphs') . '</b></a></div>'; + $content .= '<div class="clearfloat"><a href="statistics.php?ged=' . $WT_TREE->getNameUrl() . '" rel="nofollow"><b>' . I18N::translate('View the statistics as graphs') . '</b></a></div>'; } if ($show_common_surnames) { |
