Rename path Enumeration Engine to Directory Recursive Search Engine

This commit is contained in:
Hongtao Zhang 2022-11-28 18:41:35 -06:00
parent bec27f491d
commit 8302ff8570
No known key found for this signature in database
GPG key ID: 75F655B91C7AC9BB
2 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
<system:String x:Key="plugin_explorer_Path_Enumeration_Engine">Path Enumeration Engine</system:String>
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
<system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Window Index Option</system:String>

View file

@ -285,7 +285,7 @@
Grid.Column="0"
Margin="0,0,10,0"
VerticalAlignment="Center"
Text="{DynamicResource plugin_explorer_Path_Enumeration_Engine}"
Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}"
TextBlock.Foreground="{DynamicResource Color05B}" />
<ComboBox
Grid.Row="2"