1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 05:50:42 +02:00

[ticket/12602] Fix language var mistakes.

PHPBB3-12602
This commit is contained in:
Etienne Baroux
2014-06-06 10:21:00 +02:00
parent c6999481e7
commit 8f0a04f318
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}