mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Rename path Enumeration Engine to Directory Recursive Search Engine
This commit is contained in:
parent
bec27f491d
commit
8302ff8570
2 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue