From c7bb44ed3030588ec1f37be08387f1f7aaec88c4 Mon Sep 17 00:00:00 2001 From: Tobias Reischmann <tobias.reischmann@wi.uni-muenster.de> Date: Mon, 2 Dec 2019 15:40:33 +0100 Subject: [PATCH] Rename scheduled task --- lang/en/tool_lifecycle.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/tool_lifecycle.php b/lang/en/tool_lifecycle.php index f657848..fefe2ed 100644 --- a/lang/en/tool_lifecycle.php +++ b/lang/en/tool_lifecycle.php @@ -60,7 +60,7 @@ $string['cannot_trigger_workflow_manually'] = 'The requested workflow could not $string['error_wrong_trigger_selected'] = 'You tried to request a non-manual trigger.'; $string['lifecycle_task'] = 'Run the life cycle processes'; -$string['lifecycle_cleanup_task'] = 'Runs the life cycle cleanup'; +$string['lifecycle_cleanup_task'] = 'Delete old delay entries for life cycle workflows'; $string['trigger_subpluginname'] = 'Subplugin name'; $string['trigger_subpluginname_help'] = 'Step subplugin/trigger title (visible for admins only).'; -- GitLab