diff options
author | Jakub Senko <jakubsenko@gmail.com> | 2014-11-22 11:56:52 +0100 |
---|---|---|
committer | Jakub Senko <jakubsenko@gmail.com> | 2014-11-22 11:56:52 +0100 |
commit | 86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee (patch) | |
tree | f16ac94e40bdc255e29b1491af2361e041666344 /phpBB/language/en/acp/search.php | |
parent | 17928563a2a265f4b70feef64e5030ea3c602269 (diff) | |
download | forums-86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee.tar forums-86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee.tar.gz forums-86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee.tar.bz2 forums-86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee.tar.xz forums-86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee.zip |
[ticket/11033] Update string to reflect real requirements
PHPBB3-11033
Diffstat (limited to 'phpBB/language/en/acp/search.php')
-rw-r--r-- | phpBB/language/en/acp/search.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/search.php b/phpBB/language/en/acp/search.php index 98412cb050..bda965b615 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -84,7 +84,7 @@ $lang = array_merge($lang, array( 'FULLTEXT_SPHINX_WRONG_DATABASE' => 'The sphinx search for phpBB supports MySQL and PostgreSQL only.', 'FULLTEXT_SPHINX_CONFIG_FILE' => 'Sphinx config file', 'FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN' => 'The generated content of the sphinx config file. This data needs to be pasted into the sphinx.conf which is used by sphinx search daemon. Replace the [dbuser] and [dbpassword] placeholders with your database credentials.', - 'FULLTEXT_SPHINX_NO_CONFIG_DATA' => 'The sphinx data and config directory paths are not defined. Please define them to generate the config file.', + 'FULLTEXT_SPHINX_NO_CONFIG_DATA' => 'The sphinx data directory path is not defined. Please define the path and submit to generate the config file.', 'GENERAL_SEARCH_SETTINGS' => 'General search settings', 'GO_TO_SEARCH_INDEX' => 'Go to search index page', |