diff options
author | Callum Macrae <callum@lynxphp.com> | 2011-07-14 18:34:55 +0100 |
---|---|---|
committer | Callum Macrae <callum@lynxphp.com> | 2011-07-14 18:48:37 +0100 |
commit | e9319ee2aadb61b86ec0e370d22d47cc9a47b97f (patch) | |
tree | 4bd7677cf7ffbb2ef9c4f578901f385d31d3bfbd | |
parent | e4707a8be75263e610b00b3d600144e797f576d9 (diff) | |
download | forums-e9319ee2aadb61b86ec0e370d22d47cc9a47b97f.tar forums-e9319ee2aadb61b86ec0e370d22d47cc9a47b97f.tar.gz forums-e9319ee2aadb61b86ec0e370d22d47cc9a47b97f.tar.bz2 forums-e9319ee2aadb61b86ec0e370d22d47cc9a47b97f.tar.xz forums-e9319ee2aadb61b86ec0e370d22d47cc9a47b97f.zip |
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
Previously "errors are listing below", should have said "errors are
listed below".
PHPBB3-10216
-rw-r--r-- | phpBB/language/en/install.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/install.php b/phpBB/language/en/install.php index 37147cc6a0..befa7c6f40 100644 --- a/phpBB/language/en/install.php +++ b/phpBB/language/en/install.php @@ -494,7 +494,7 @@ $lang = array_merge($lang, array( 'SHOW_DIFF_NEW' => 'Show file contents', 'SHOW_DIFF_NEW_CONFLICT' => 'Show differences', 'SHOW_DIFF_NOT_MODIFIED' => 'Show differences', - 'SOME_QUERIES_FAILED' => 'Some queries failed, the statements and errors are listing below.', + 'SOME_QUERIES_FAILED' => 'Some queries failed, the statements and errors are listed below.', 'SQL' => 'SQL', 'SQL_FAILURE_EXPLAIN' => 'This is probably nothing to worry about, update will continue. Should this fail to complete you may need to seek help at our support forums. See <a href="../docs/README.html">README</a> for details on how to obtain advice.', 'STAGE_FILE_CHECK' => 'Check files', |