From e3cc28916d59bddfafc6e4a3e1940ed991d7ab6c Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Thu, 6 Apr 2023 14:36:22 +0200 Subject: [PATCH] change description of parameter 'lists' --- inc/inc.Tasks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/inc.Tasks.php b/inc/inc.Tasks.php index 94ef93b37..2ead6bf92 100644 --- a/inc/inc.Tasks.php +++ b/inc/inc.Tasks.php @@ -820,7 +820,7 @@ class SeedDMS_RecentChangesTask extends SeedDMS_SchedulerTaskBase { /* {{{ */ array( 'name'=>'lists', 'type'=>'select', - 'description'=>'Number of days to look back.', + 'description'=>'Document lists to be included.', 'multiple'=>true, 'options'=>[['newdocuments', getMLText('latest_newdocuments')], ['updateddocuments', getMLText('latest_updateddocuments')], ['statuschange', getMLText('latest_statuschange')]], ),