mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-27 21:58:52 +00:00
Merge PR #954 branch 'dhruvgoel92/ticket/11032' into develop
* dhruvgoel92/ticket/11032: [ticket/11032] fix language of error displayed
This commit is contained in:
commit
89d334ee6a
2 changed files with 3 additions and 3 deletions
|
@ -500,7 +500,7 @@ class phpbb_search_fulltext_sphinx
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
trigger_error($this->user->lang('SPHINX_SEARCH_FAILED', $this->user->lang('SPHINX_SEARCH_ERROR_LOG')));
|
trigger_error($this->user->lang('SPHINX_SEARCH_FAILED_LOG'));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -105,8 +105,8 @@ $lang = array_merge($lang, array(
|
||||||
'SORT_FORUM' => 'Forum',
|
'SORT_FORUM' => 'Forum',
|
||||||
'SORT_POST_SUBJECT' => 'Post subject',
|
'SORT_POST_SUBJECT' => 'Post subject',
|
||||||
'SORT_TIME' => 'Post time',
|
'SORT_TIME' => 'Post time',
|
||||||
'SPHINX_SEARCH_FAILED' => 'Search failed. %s',
|
'SPHINX_SEARCH_FAILED' => 'Search failed: %s',
|
||||||
'SPHINX_SEARCH_ERROR_LOG' => 'The error information has been logged.',
|
'SPHINX_SEARCH_FAILED_LOG' => 'Sorry, search could not be performed. More information about this failure has been logged in the error log.',
|
||||||
|
|
||||||
'TOO_FEW_AUTHOR_CHARS' => array(
|
'TOO_FEW_AUTHOR_CHARS' => array(
|
||||||
1 => 'You must specify at least %d character of the authors name.',
|
1 => 'You must specify at least %d character of the authors name.',
|
||||||
|
|
Loading…
Add table
Reference in a new issue