Skip to content

Commit 25d5364

Browse files
committed
[3.0] Improve language string for indexes
Now that we have 2 indexes that need to be created before use, make the message more generic so it looks right.
1 parent a7d14f6 commit 25d5364

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)