From 8302ff8570442189db58c1463b7384b41c77063a Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Mon, 28 Nov 2022 18:41:35 -0600 Subject: [PATCH] Rename path Enumeration Engine to Directory Recursive Search Engine --- Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml | 2 +- .../Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 64eeaf0cd..079dbbfd2 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -48,7 +48,7 @@ Direct Enumeration Content Search Engine - Path Enumeration Engine + Directory Recursive Search Engine Index Search Engine Open Window Index Option diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index d6971952e..6b2877bf5 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -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}" />