diff options
| author | fisharebest <fisharebest@gmail.com> | 2012-11-16 13:58:16 +0000 |
|---|---|---|
| committer | fisharebest <fisharebest@gmail.com> | 2012-11-16 13:58:16 +0000 |
| commit | 67a0e7ab6899d085d18fc87c868dbb554e20b248 (patch) | |
| tree | 1235838f8d73c02f921e865554309cf97e4498e5 /modules_v3/individuals/module.php | |
| parent | ed54de457c3bc6ef0baa9c4d12a351251973fa0a (diff) | |
| download | webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.tar.gz webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.tar.bz2 webtrees-67a0e7ab6899d085d18fc87c868dbb554e20b248.zip | |
Cosmetic: updates to I18N hints
Diffstat (limited to 'modules_v3/individuals/module.php')
| -rw-r--r-- | modules_v3/individuals/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules_v3/individuals/module.php b/modules_v3/individuals/module.php index 2a11f7a418..8fa9c4f046 100644 --- a/modules_v3/individuals/module.php +++ b/modules_v3/individuals/module.php @@ -36,7 +36,7 @@ class individuals_WT_Module extends WT_Module implements WT_Module_Sidebar { // Extend class WT_Module public function getDescription() { - return /* I18N: Description of "Individuals" module */ WT_I18N::translate('A sidebar showing an alphabetic list of all the individuals in the family tree.'); + return /* I18N: Description of “Individuals” module */ WT_I18N::translate('A sidebar showing an alphabetic list of all the individuals in the family tree.'); } // Implement WT_Module |
