From f5b3adb29653ed215de182962917501a1e36a020 Mon Sep 17 00:00:00 2001 From: Andreas Fischer Date: Sat, 10 Nov 2012 00:30:46 +0100 Subject: [PATCH] [ticket/10780] Use L_COLON on search backend ACP pages. PHPBB3-10780 --- phpBB/includes/search/fulltext_mysql.php | 4 ++-- phpBB/includes/search/fulltext_native.php | 8 ++++---- phpBB/includes/search/fulltext_postgres.php | 4 ++-- phpBB/includes/search/fulltext_sphinx.php | 10 +++++----- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/phpBB/includes/search/fulltext_mysql.php b/phpBB/includes/search/fulltext_mysql.php index 700b8695dc..58a4dd7d6a 100644 --- a/phpBB/includes/search/fulltext_mysql.php +++ b/phpBB/includes/search/fulltext_mysql.php @@ -905,11 +905,11 @@ class phpbb_search_fulltext_mysql extends phpbb_search_base { $tpl = '
-

' . $this->user->lang['FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_MYSQL_MIN_SEARCH_CHARS_EXPLAIN'] . '
' . $this->config['fulltext_mysql_min_word_len'] . '
-

' . $this->user->lang['FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_MYSQL_MAX_SEARCH_CHARS_EXPLAIN'] . '
' . $this->config['fulltext_mysql_max_word_len'] . '
'; diff --git a/phpBB/includes/search/fulltext_native.php b/phpBB/includes/search/fulltext_native.php index e25b1fe11d..4623326fc7 100644 --- a/phpBB/includes/search/fulltext_native.php +++ b/phpBB/includes/search/fulltext_native.php @@ -1791,19 +1791,19 @@ class phpbb_search_fulltext_native extends phpbb_search_base $tpl = '
-

' . $this->user->lang['YES_SEARCH_UPDATE_EXPLAIN'] . '
+

' . $this->user->lang['YES_SEARCH_UPDATE_EXPLAIN'] . '
-

' . $this->user->lang['MIN_SEARCH_CHARS_EXPLAIN'] . '
+

' . $this->user->lang['MIN_SEARCH_CHARS_EXPLAIN'] . '
-

' . $this->user->lang['MAX_SEARCH_CHARS_EXPLAIN'] . '
+

' . $this->user->lang['MAX_SEARCH_CHARS_EXPLAIN'] . '
-

' . $this->user->lang['COMMON_WORD_THRESHOLD_EXPLAIN'] . '
+

' . $this->user->lang['COMMON_WORD_THRESHOLD_EXPLAIN'] . '
%
'; diff --git a/phpBB/includes/search/fulltext_postgres.php b/phpBB/includes/search/fulltext_postgres.php index 34a27f294c..08f64735b6 100644 --- a/phpBB/includes/search/fulltext_postgres.php +++ b/phpBB/includes/search/fulltext_postgres.php @@ -884,11 +884,11 @@ class phpbb_search_fulltext_postgres extends phpbb_search_base $tpl .= '
-

' . $this->user->lang['FULLTEXT_POSTGRES_MIN_WORD_LEN_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_POSTGRES_MIN_WORD_LEN_EXPLAIN'] . '
-

' . $this->user->lang['FULLTEXT_POSTGRES_MAX_WORD_LEN_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_POSTGRES_MAX_WORD_LEN_EXPLAIN'] . '
'; diff --git a/phpBB/includes/search/fulltext_sphinx.php b/phpBB/includes/search/fulltext_sphinx.php index 674029fe6c..dd5634b623 100644 --- a/phpBB/includes/search/fulltext_sphinx.php +++ b/phpBB/includes/search/fulltext_sphinx.php @@ -862,23 +862,23 @@ class phpbb_search_fulltext_sphinx $tpl = ' ' . $this->user->lang['FULLTEXT_SPHINX_CONFIGURE']. '
-

' . $this->user->lang['FULLTEXT_SPHINX_DATA_PATH_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_SPHINX_DATA_PATH_EXPLAIN'] . '
-

' . $this->user->lang['FULLTEXT_SPHINX_HOST_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_SPHINX_HOST_EXPLAIN'] . '
-

' . $this->user->lang['FULLTEXT_SPHINX_PORT_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_SPHINX_PORT_EXPLAIN'] . '
-

' . $this->user->lang['FULLTEXT_SPHINX_INDEXER_MEM_LIMIT_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_SPHINX_INDEXER_MEM_LIMIT_EXPLAIN'] . '
' . $this->user->lang['MIB'] . '
-

' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN'] . '
+

' . $this->user->lang['FULLTEXT_SPHINX_CONFIG_FILE_EXPLAIN'] . '
' . (($this->config_generate()) ? '' : $this->config_file_data) . '
';