diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2011-07-14 20:41:10 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2011-07-14 20:41:10 +0200 |
commit | 1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c (patch) | |
tree | f5c58c840f858a2131ec4789b625f83c0a21996d /phpBB/language | |
parent | 7f7a0d8b9f04c233c19224d6bf4d7950798ab81c (diff) | |
parent | e9319ee2aadb61b86ec0e370d22d47cc9a47b97f (diff) | |
download | forums-1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c.tar forums-1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c.tar.gz forums-1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c.tar.bz2 forums-1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c.tar.xz forums-1ace10ab92a19a56bcbfda665c3bd154fd5a1c2c.zip |
Merge remote branch 'remotes/callumacrae/ticket/10216' into develop-olympus
* remotes/callumacrae/ticket/10216:
[ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
Diffstat (limited to 'phpBB/language')
-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', |