diff options
Diffstat (limited to 'modules/ahnentafel_report/module.php')
| -rw-r--r-- | modules/ahnentafel_report/module.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ahnentafel_report/module.php b/modules/ahnentafel_report/module.php index aa7499ab95..2075a25e02 100644 --- a/modules/ahnentafel_report/module.php +++ b/modules/ahnentafel_report/module.php @@ -36,7 +36,7 @@ class ahnentafel_report_WT_Module extends WT_Module implements WT_Module_Report // Extend class WT_Module public function getDescription() { - return WT_I18N::translate('Ahnentafel Report'); + return WT_I18N::translate('Prints an Ahnentafel report for the selected individual'); } // Extend class WT_Module |
