diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
index d5d3518a7..52daf20fb 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Languages/en.xaml
@@ -30,10 +30,11 @@
Quick Access Links
Everything Setting
Preview Panel
- Display file size
- Display file creation date
- Display file modification date
- Date and time format:
+ Size
+ Creation date
+ Modification date
+ Display File Info
+ Date and time format
Sort Option:
Everything Path:
Launch Hidden
@@ -110,10 +111,11 @@
Open With
Select a program to open with
-
+
{0} free of {1}
Open in Default File Manager
- Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
+
+ Use '>' to search in this directory, '*' to search for file extensions or '>*' to combine both searches.
Failed to load Everything SDK
diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
index 9fea2da2a..5c92fc271 100644
--- a/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
+++ b/Plugins/Flow.Launcher.Plugin.Explorer/Views/ExplorerSettings.xaml
@@ -353,7 +353,9 @@
Header="{DynamicResource plugin_explorer_previewpanel_setting_header}"
Style="{DynamicResource ExplorerTabItem}">
+
@@ -371,10 +373,8 @@
Margin="0,20,0,0"
IsEnabled="{Binding ShowPreviewPanelDateTimeChoices}"
Visibility="{Binding PreviewPanelDateTimeChoicesVisibility}">
-
-
+
+
+ Foreground="{DynamicResource Color05B}"
+ Text="{Binding PreviewPanelDateFormatDemo}" />
-
+
+ Foreground="{DynamicResource Color05B}"
+ Text="{Binding PreviewPanelTimeFormatDemo}" />
@@ -454,7 +454,7 @@