diff options
author | Henry Sudhof <kellanved@phpbb.com> | 2007-07-15 12:09:54 +0000 |
---|---|---|
committer | Henry Sudhof <kellanved@phpbb.com> | 2007-07-15 12:09:54 +0000 |
commit | c0c424a564d2f3d847bd910fd30f3a60128579d8 (patch) | |
tree | f57103201dc60e6471c5e102204fe43b86a730e3 /phpBB/language/en/acp/search.php | |
parent | 161db78beda4382c2c33fa9220b0557614ad9a2a (diff) | |
download | forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.gz forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.bz2 forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.tar.xz forums-c0c424a564d2f3d847bd910fd30f3a60128579d8.zip |
#13435
git-svn-id: file:///svn/phpbb/trunk@7887 89ea8834-ac86-4346-8a33-228a782c2dd0
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 3367f63e48..2d6019c3d4 100644 --- a/phpBB/language/en/acp/search.php +++ b/phpBB/language/en/acp/search.php @@ -52,7 +52,7 @@ $lang = array_merge($lang, array( 'FULLTEXT_MYSQL_TOTAL_POSTS' => 'Total number of indexed posts', 'FULLTEXT_MYSQL_MBSTRING' => 'Support for non-latin UTF-8 characters using mbstring:', 'FULLTEXT_MYSQL_PCRE' => 'Support for non-latin UTF-8 characters using PCRE:', - 'FULLTEXT_MYSQL_MBSTRING_EXPLAIN' => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring\'s regular expression engine.', + 'FULLTEXT_MYSQL_MBSTRING_EXPLAIN' => 'If PCRE does not have unicode character properties, the search backend will try to use mbstring’s regular expression engine.', 'FULLTEXT_MYSQL_PCRE_EXPLAIN' => 'This search backend requires PCRE unicode character properties, only available in PHP 4.4, 5.1 and above, if you want to search for non-latin characters.', 'GENERAL_SEARCH_SETTINGS' => 'General search settings', |