aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
diff options
context:
space:
mode:
authorDhruv <dhruv.goel92@gmail.com>2012-07-22 04:09:59 +0530
committerDhruv <dhruv.goel92@gmail.com>2012-07-26 14:29:12 +0530
commit9f2faaa8f1799cf794388604dbf7946488be2376 (patch)
tree30cd1eead7f830866c766ff896df0dbb1f5c5034 /phpBB
parent39bac86f7db881a1035bebad56507145103218d5 (diff)
downloadforums-9f2faaa8f1799cf794388604dbf7946488be2376.tar
forums-9f2faaa8f1799cf794388604dbf7946488be2376.tar.gz
forums-9f2faaa8f1799cf794388604dbf7946488be2376.tar.bz2
forums-9f2faaa8f1799cf794388604dbf7946488be2376.tar.xz
forums-9f2faaa8f1799cf794388604dbf7946488be2376.zip
[feature/sphinx-fulltext-search] add trailing slash in language
PHPBB3-10946
Diffstat (limited to 'phpBB')
-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 394d408fdb..c52448743c 100644
--- a/phpBB/language/en/acp/search.php
+++ b/phpBB/language/en/acp/search.php
@@ -71,7 +71,7 @@ $lang = array_merge($lang, array(
'FULLTEXT_SPHINX_CONFIGURE' => 'Configure the following settings to generate sphinx config file',
'FULLTEXT_SPHINX_DATA_PATH' => 'Path to data directory',
- 'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN' => 'It will be used to store the indexes and log files. You should create this directory outside the web accessable directories.',
+ 'FULLTEXT_SPHINX_DATA_PATH_EXPLAIN' => 'It will be used to store the indexes and log files. You should create this directory outside the web accessible directories. (should have a trailing slash)',
'FULLTEXT_SPHINX_DELTA_POSTS' => 'Number of posts in frequently updated delta index',
'FULLTEXT_SPHINX_HOST' => 'SQL server host',
'FULLTEXT_SPHINX_HOST_EXPLAIN' => 'SQL server host, which the sphinx search daemon (searchd) connects to. Leave empty to use the default SQL server host',