diff --git a/administrator/language/en-GB/com_finder.ini b/administrator/language/en-GB/com_finder.ini index 95b59a94fe8db..ff142d5ec0e59 100644 --- a/administrator/language/en-GB/com_finder.ini +++ b/administrator/language/en-GB/com_finder.ini @@ -57,8 +57,8 @@ COM_FINDER_CONFIG_TUPLECOUNT_PHRASE_DISABLED="Disabled (Improved performance)" COM_FINDER_CONFIG_TUPLECOUNT_PHRASE_ENABLED="Enabled (Improved search results)" COM_FINDER_CONFIG_WORD_MATCH_DESC="This option allows to set how search terms are matched in the index. By default a word is matched exactly, but when a language supports compound words, this allows to match the search term to the beginning or in a random place inside of words in the index." COM_FINDER_CONFIG_WORD_MATCH_LABEL="Word Match" -COM_FINDER_CONFIG_WORD_MATCH_OPTION_EXACT="Match exactly" COM_FINDER_CONFIG_WORD_MATCH_OPTION_BEGIN="Also match words beginning with the search term" +COM_FINDER_CONFIG_WORD_MATCH_OPTION_EXACT="Match exactly" COM_FINDER_CONFIG_WORD_MATCH_OPTION_FUZZY="Match words containing the search term anywhere" COM_FINDER_CONFIGURATION="Smart Search: Options" COM_FINDER_CONTENT_PLUGIN="Smart Search Content Plugin"