From 8f0a04f318a5cf11595eae9f52118bfef7f3d98c Mon Sep 17 00:00:00 2001 From: Etienne Baroux Date: Fri, 6 Jun 2014 10:21:00 +0200 Subject: [ticket/12602] Fix language var mistakes. PHPBB3-12602 --- phpBB/phpbb/console/command/cron/cron_list.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/phpbb/console/command/cron') 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; } -- cgit v1.2.1