summaryrefslogtreecommitdiff
path: root/modules_v3/individuals/module.php
diff options
context:
space:
mode:
authorfisharebest <fisharebest@gmail.com>2012-11-16 13:58:16 +0000
committerfisharebest <fisharebest@gmail.com>2012-11-16 13:58:16 +0000
commit67a0e7ab6899d085d18fc87c868dbb554e20b248 (patch)
tree1235838f8d73c02f921e865554309cf97e4498e5 /modules_v3/individuals/module.php
parented54de457c3bc6ef0baa9c4d12a351251973fa0a (diff)
downloadwebtrees-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.php2
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