mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-26 19:40:23 +02:00
[ticket/12602] Fix language var mistakes.
PHPBB3-12602
This commit is contained in:
@@ -230,8 +230,8 @@ $lang = array_merge($lang, array(
|
|||||||
'COLOUR_SWATCH' => 'Web-safe colour swatch',
|
'COLOUR_SWATCH' => 'Web-safe colour swatch',
|
||||||
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
'CONFIG_UPDATED' => 'Configuration updated successfully.',
|
||||||
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
'CRON_LOCK_ERROR' => 'Could not obtain cron lock.',
|
||||||
|
'CRON_NO_RUNNABLE_TASK' => 'No cron task needs to be run right now.',
|
||||||
'CRON_NO_SUCH_TASK' => 'Could not find cron task “%s”.',
|
'CRON_NO_SUCH_TASK' => 'Could not find cron task “%s”.',
|
||||||
'CRON_NO_TASK' => 'No cron tasks need to be run right now.',
|
|
||||||
|
|
||||||
'DEACTIVATE' => 'Deactivate',
|
'DEACTIVATE' => 'Deactivate',
|
||||||
'DIRECTORY_DOES_NOT_EXIST' => 'The entered path “%s” does not exist.',
|
'DIRECTORY_DOES_NOT_EXIST' => 'The entered path “%s” does not exist.',
|
||||||
|
@@ -44,7 +44,7 @@ class cron_list extends \phpbb\console\command\command
|
|||||||
|
|
||||||
if (empty($tasks))
|
if (empty($tasks))
|
||||||
{
|
{
|
||||||
$output->writeln($this->user->lang('NO_TASK'));
|
$output->writeln($this->user->lang('CRON_NO_RUNNABLE_TASK'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user