aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/console/command/cron
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/phpbb/console/command/cron')
-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 1c32e6e306..cc51a57f4b 100644
--- a/phpBB/phpbb/console/command/cron/cron_list.php
+++ b/phpBB/phpbb/console/command/cron/cron_list.php
@@ -44,7 +44,7 @@ class cron_list extends \phpbb\console\command\command
if (empty($tasks))
{
- $output->writeln($this->user->lang('NO_TASK'));
+ $output->writeln($this->user->lang('CRON_NO_RUNNABLE_TASK'));
return;
}