mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
[ticket/14257] Fix CLI error message
PHPBB3-14257
This commit is contained in:
parent
c805fd2a73
commit
081424a6c4
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ $lang = array_merge($lang, array(
|
|||
'PROCEED_TO_ACP' => '%sProceed to the ACP%s',
|
||||
|
||||
'REMIND' => 'Remind',
|
||||
'REPARSE_LOCK_ERROR' => 'Could not obtain reparse lock.',
|
||||
'REPARSE_LOCK_ERROR' => 'Reparsing is already in progress by another process.',
|
||||
'RESYNC' => 'Resynchronise',
|
||||
|
||||
'RUNNING_TASK' => 'Running task: %s.',
|
||||
|
|
Loading…
Add table
Reference in a new issue