diff options
Diffstat (limited to 'modules/death_report/module.php')
| -rw-r--r-- | modules/death_report/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/death_report/module.php b/modules/death_report/module.php index 0e0931d97e..0f27be2be6 100644 --- a/modules/death_report/module.php +++ b/modules/death_report/module.php @@ -36,7 +36,7 @@ class death_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Death Date and Place Report'); + return WT_I18N::translate('Prints a list of individuals matching specific name and/or death criteria'); } // Extend class WT_Module |
