diff options
author | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-11-01 03:31:09 +0100 |
---|---|---|
committer | Oliver Schramm <oliver.schramm97@gmail.com> | 2015-11-01 03:31:09 +0100 |
commit | 081424a6c45eb05bad7b2b15a445c33d40fdc1a6 (patch) | |
tree | 928296921b7b429e0732dabdfaca44246be8e7d2 /phpBB | |
parent | c805fd2a7378bc431ff11f93efd74fb829f558d9 (diff) | |
download | forums-081424a6c45eb05bad7b2b15a445c33d40fdc1a6.tar forums-081424a6c45eb05bad7b2b15a445c33d40fdc1a6.tar.gz forums-081424a6c45eb05bad7b2b15a445c33d40fdc1a6.tar.bz2 forums-081424a6c45eb05bad7b2b15a445c33d40fdc1a6.tar.xz forums-081424a6c45eb05bad7b2b15a445c33d40fdc1a6.zip |
[ticket/14257] Fix CLI error message
PHPBB3-14257
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/language/en/acp/common.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/common.php b/phpBB/language/en/acp/common.php index 72a955db0e..32a3593257 100644 --- a/phpBB/language/en/acp/common.php +++ b/phpBB/language/en/acp/common.php @@ -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.', |