diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml index 0bc9d443725..e5fbac2294b 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml @@ -59,6 +59,8 @@ Direct Enumeration File Editor Path Folder Editor Path + Enabled + Disabled Content Search Engine Directory Recursive Search Engine diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml index 001859caaf0..ecd6d1fcade 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml @@ -127,6 +127,7 @@ + + + + + + + + @@ -346,9 +365,9 @@ Grid.Row="3" Grid.Column="1" MinWidth="350" - Margin="0,9,0,6" - ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" - Text="{Binding ExcludedFileTypes}" /> + Margin="0 9 0 6" + Text="{Binding ExcludedFileTypes}" + ToolTip="{DynamicResource plugin_explorer_Excluded_File_Types_Tooltip}" /> + ToolTip="{DynamicResource plugin_explorer_Maximum_Results_Tooltip}" />