diff options
| author | Greg Roach <fisharebest@gmail.com> | 2016-04-12 08:51:42 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2016-04-12 08:51:42 +0100 |
| commit | ce3e2865ef1e2b4098cae8c5ee854ee58d256780 (patch) | |
| tree | eaf26aef9a63f31c4e84119202637b039042703c /app/Module/FanChartModule.php | |
| parent | 23d0139a78976abb3c09d50160f67f6ba523f3e1 (diff) | |
| download | webtrees-ce3e2865ef1e2b4098cae8c5ee854ee58d256780.tar.gz webtrees-ce3e2865ef1e2b4098cae8c5ee854ee58d256780.tar.bz2 webtrees-ce3e2865ef1e2b4098cae8c5ee854ee58d256780.zip | |
Typos
Diffstat (limited to 'app/Module/FanChartModule.php')
| -rw-r--r-- | app/Module/FanChartModule.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Module/FanChartModule.php b/app/Module/FanChartModule.php index 2eb6f6a2d7..f39d3487b7 100644 --- a/app/Module/FanChartModule.php +++ b/app/Module/FanChartModule.php @@ -39,7 +39,7 @@ class FanChartModule extends AbstractModule implements ModuleChartInterface { * @return string */ public function getDescription() { - return /* I18N: Description of the “FamilyBookChart” module */ I18N::translate('A fan chart of an individual’s ancestors.'); + return /* I18N: Description of the “Fan Chart” module */ I18N::translate('A fan chart of an individual’s ancestors.'); } /** |
