mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-02 14:57:37 +02: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:
@@ -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.',
|
||||||
|
Reference in New Issue
Block a user