aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-02 15:58:02 +0200
committerEtienne Baroux <barouxe@phelma.grenoble-inp.fr>2014-06-02 15:58:02 +0200
commitdc7be4f273f68e85aa218a6731e4cb691c4691e0 (patch)
tree1c47dba7e47787fc72ab509fc6444a82ab3e4258 /phpBB
parent58d7302b495783edd6e0826c100ffa93acb0693d (diff)
downloadforums-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.php2
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'))
;
}