diff options
Diffstat (limited to 'phpBB/language/en/install.php')
-rwxr-xr-x | phpBB/language/en/install.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index dcb96a1c7c..d1db579302 100755 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -251,6 +251,7 @@ $lang = array_merge($lang, array( 'TESTS_PASSED' => 'Tests passed', 'TESTS_FAILED' => 'Tests failed', + 'UNABLE_WRITE_LOCK' => 'Unable to write lock file', 'UNAVAILABLE' => 'Unavailable', 'UNWRITEABLE' => 'Unwriteable', |