aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2014-12-27 13:37:04 +0100
committerJoas Schilling <nickvergessen@gmx.de>2014-12-27 13:37:04 +0100
commitaea67c8e37a36a71e98c2de6c69730e246e09e9f (patch)
tree56c917b02614a430ca3d423532450d3ea86a0578 /phpBB/language
parentd2334ab3e096698095ef3ebdd10ecb59b0a3b38a (diff)
parent86b3c54c772e78ce5de4e9cb2bf4a90b54c1dfee (diff)
downloadforums-aea67c8e37a36a71e98c2de6c69730e246e09e9f.tar
forums-aea67c8e37a36a71e98c2de6c69730e246e09e9f.tar.gz
forums-aea67c8e37a36a71e98c2de6c69730e246e09e9f.tar.bz2
forums-aea67c8e37a36a71e98c2de6c69730e246e09e9f.tar.xz
forums-aea67c8e37a36a71e98c2de6c69730e246e09e9f.zip
Merge pull request #3168 from Senky/ticket/11033
[ticket/11033] FULLTEXT_SPHINX_NO_CONFIG_DATA references unrequired field
Diffstat (limited to 'phpBB/language')
-rw-r--r--phpBB/language/en/acp/search.php2
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',