diff options
author | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-02 15:58:02 +0200 |
---|---|---|
committer | Etienne Baroux <barouxe@phelma.grenoble-inp.fr> | 2014-06-02 15:58:02 +0200 |
commit | dc7be4f273f68e85aa218a6731e4cb691c4691e0 (patch) | |
tree | 1c47dba7e47787fc72ab509fc6444a82ab3e4258 /phpBB | |
parent | 58d7302b495783edd6e0826c100ffa93acb0693d (diff) | |
download | forums-dc7be4f273f68e85aa218a6731e4cb691c4691e0.tar forums-dc7be4f273f68e85aa218a6731e4cb691c4691e0.tar.gz forums-dc7be4f273f68e85aa218a6731e4cb691c4691e0.tar.bz2 forums-dc7be4f273f68e85aa218a6731e4cb691c4691e0.tar.xz forums-dc7be4f273f68e85aa218a6731e4cb691c4691e0.zip |
[ticket/12602] Correction of the output message for the cron list
PHPBB3-12602
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/phpbb/console/command/cron/cron_list.php | 2 |
1 files changed, 1 insertions, 1 deletions
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')) ; } |