mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Merge branch 'develop-olympus' into develop
* develop-olympus: [ticket/10216] Fixed a grammar error in SOME_QUERIES_FAILED.
This commit is contained in:
commit
0b1ed71b8a
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,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',
|
||||
|
|
Loading…
Add table
Reference in a new issue