[ticket/12602] Correction of the output message for the cron list

PHPBB3-12602
This commit is contained in:
Etienne Baroux 2014-06-02 15:58:02 +02:00
parent 58d7302b49
commit dc7be4f273

View file

@ -30,7 +30,7 @@ class cron_list extends \phpbb\console\command\command
{ {
$this $this
->setName('cron:list') ->setName('cron:list')
->setDescription($this->user->lang('CLI_DESCR_CRON_LIST')) ->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_LIST'))
; ;
} }