diff --git a/lang/en/tool_lifecycle.php b/lang/en/tool_lifecycle.php index f657848cfcc0b863cfa7b75efec1f48a86fa0de6..fefe2ed8f441011c5bcd6bc8ab20af918bd7bb21 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).';