1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-06 16:56:44 +02:00

[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
->setName('cron:list')
->setDescription($this->user->lang('CLI_DESCR_CRON_LIST'))
->setDescription($this->user->lang('CLI_DESCRIPTION_CRON_LIST'))
;
}