summaryrefslogtreecommitdiff
path: root/modules/change_report/module.php
diff options
context:
space:
mode:
Diffstat (limited to 'modules/change_report/module.php')
-rw-r--r--modules/change_report/module.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/change_report/module.php b/modules/change_report/module.php
index c59072e508..1708316c07 100644
--- a/modules/change_report/module.php
+++ b/modules/change_report/module.php
@@ -36,7 +36,7 @@ class change_report_WT_Module extends WT_Module implements WT_Module_Report {
// Extend class WT_Module
public function getDescription() {
- return WT_I18N::translate('Changes Report');
+ return WT_I18N::translate('Prints a list of individuals matching specific change criteria');
}
// Extend class WT_Module