From dc7be4f273f68e85aa218a6731e4cb691c4691e0 Mon Sep 17 00:00:00 2001 From: Etienne Baroux Date: Mon, 2 Jun 2014 15:58:02 +0200 Subject: [PATCH] [ticket/12602] Correction of the output message for the cron list PHPBB3-12602 --- phpBB/phpbb/console/command/cron/cron_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpBB/phpbb/console/command/cron/cron_list.php b/phpBB/phpbb/console/command/cron/cron_list.php index 0018d9542d..beedc3c932 100644 --- a/phpBB/phpbb/console/command/cron/cron_list.php +++ b/phpBB/phpbb/console/command/cron/cron_list.php @@ -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')) ; }