[ticket/14257] Fix CLI error message

PHPBB3-14257
This commit is contained in:
Oliver Schramm 2015-11-01 03:31:09 +01:00
parent c805fd2a73
commit 081424a6c4

View file

@ -289,7 +289,7 @@ $lang = array_merge($lang, array(
'PROCEED_TO_ACP' => '%sProceed to the ACP%s', 'PROCEED_TO_ACP' => '%sProceed to the ACP%s',
'REMIND' => 'Remind', 'REMIND' => 'Remind',
'REPARSE_LOCK_ERROR' => 'Could not obtain reparse lock.', 'REPARSE_LOCK_ERROR' => 'Reparsing is already in progress by another process.',
'RESYNC' => 'Resynchronise', 'RESYNC' => 'Resynchronise',
'RUNNING_TASK' => 'Running task: %s.', 'RUNNING_TASK' => 'Running task: %s.',