Skip to content

Commit cef7693

Browse files
authored
Merge pull request #9062 from jdarwood007/3.0/fix9022
[3.0] Improve language string for indexes
2 parents 6a6ed36 + 25d5364 commit cef7693

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Languages/en_US/Search.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
$txt['search_index_remove'] = 'Remove';
8484
$txt['search_index_resume'] = 'Resume';
8585
// This string is used in a javascript confirmation popup; don't use entities.
86-
$txt['search_index_custom_warning'] = 'In order to be able to use a custom index search, you must first create a custom index.';
86+
$txt['search_index_custom_warning'] = 'In order to be able to use this search index, you must first create it.';
8787

8888
$txt['search_force_index'] = 'Force the use of a search index';
8989
$txt['search_match_words'] = 'Match whole words only';

0 commit comments

Comments
 (0)