diff options
Diffstat (limited to 'modules/marriage_report/module.php')
| -rw-r--r-- | modules/marriage_report/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/marriage_report/module.php b/modules/marriage_report/module.php index 231b21381d..2a521b0ff5 100644 --- a/modules/marriage_report/module.php +++ b/modules/marriage_report/module.php @@ -36,7 +36,7 @@ class marriage_report_WT_Module extends WT_Module implements WT_Module_Report { // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Marriage Date and Place Report'); + return WT_I18N::translate('Prints a list of families matching specific name and/or marriage criteria'); } // Extend class WT_Module |
