diff options
| author | Greg Roach <fisharebest@gmail.com> | 2013-11-28 14:36:57 +0000 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2013-11-28 15:20:35 +0000 |
| commit | 56ef2a70edcded0ea1413894a5a71dcf81524d86 (patch) | |
| tree | 2c6b12d631636d07a335eda87c1de159ae0c440e /modules_v3/extra_info | |
| parent | 627d58ddfcaa23f9ee3cda3f9862b0b4060e0b37 (diff) | |
| download | webtrees-56ef2a70edcded0ea1413894a5a71dcf81524d86.tar.gz webtrees-56ef2a70edcded0ea1413894a5a71dcf81524d86.tar.bz2 webtrees-56ef2a70edcded0ea1413894a5a71dcf81524d86.zip | |
#1255943 - Probable mistakes in US English text file - 1.5.1 dev
Diffstat (limited to 'modules_v3/extra_info')
| -rw-r--r-- | modules_v3/extra_info/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/extra_info/module.php b/modules_v3/extra_info/module.php index d951d222d6..9b343535ee 100644 --- a/modules_v3/extra_info/module.php +++ b/modules_v3/extra_info/module.php @@ -31,7 +31,7 @@ class extra_info_WT_Module extends WT_Module implements WT_Module_Sidebar { // Extend WT_Module public function getDescription() { - return /* I18N: Description of the “Extra information” module */ WT_I18N::translate('A sidebar showing non-genealogical information about an indivdual.'); + return /* I18N: Description of the “Extra information” module */ WT_I18N::translate('A sidebar showing non-genealogical information about an individual.'); } // Implement WT_Module_Sidebar |
