Skip to content

Commit 8302ff8

Browse files
committed
Rename path Enumeration Engine to Directory Recursive Search Engine
1 parent bec27f4 commit 8302ff8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<system:String x:Key="plugin_explorer_path_enumeration_engine_none">Direct Enumeration</system:String>
4949

5050
<system:String x:Key="plugin_explorer_Content_Search_Engine">Content Search Engine</system:String>
51-
<system:String x:Key="plugin_explorer_Path_Enumeration_Engine">Path Enumeration Engine</system:String>
51+
<system:String x:Key="plugin_explorer_Directory_Recursive_Search_Engine">Directory Recursive Search Engine</system:String>
5252
<system:String x:Key="plugin_explorer_Index_Search_Engine">Index Search Engine</system:String>
5353
<system:String x:Key="plugin_explorer_Open_Window_Index_Option">Open Window Index Option</system:String>
5454

Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@
285285
Grid.Column="0"
286286
Margin="0,0,10,0"
287287
VerticalAlignment="Center"
288-
Text="{DynamicResource plugin_explorer_Path_Enumeration_Engine}"
288+
Text="{DynamicResource plugin_explorer_Directory_Recursive_Search_Engine}"
289289
TextBlock.Foreground="{DynamicResource Color05B}" />
290290
<ComboBox
291291
Grid.Row="2"

0 commit comments

Comments
 (0)