Skip to content

Commit 50cd17e

Browse files
Merge branch 'dev' into add_nodejs_env
2 parents 75a23d1 + 786e3a0 commit 50cd17e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858

5959
<!-- Plugin Infos -->
6060
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
61-
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
61+
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
6262

6363
<!-- Plugin Tooltip -->
6464
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String>
@@ -78,7 +78,7 @@
7878
<system:String x:Key="plugin_explorer_runasdifferentuser">Run as different user</system:String>
7979
<system:String x:Key="plugin_explorer_runasdifferentuser_subtitle">Run the selected using a different user account</system:String>
8080
<system:String x:Key="plugin_explorer_opencontainingfolder">Open containing folder</system:String>
81-
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Opens the location that contains current item</system:String>
81+
<system:String x:Key="plugin_explorer_opencontainingfolder_subtitle">Open the location that contains current item</system:String>
8282
<system:String x:Key="plugin_explorer_openwitheditor">Open With Editor:</system:String>
8383
<system:String x:Key="plugin_explorer_openwitheditor_error">Failed to open file at {0} with Editor {1} at {2}</system:String>
8484
<system:String x:Key="plugin_explorer_openwithshell">Open With Shell:</system:String>

Plugins/Flow.Launcher.Plugin.Explorer/plugin.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"*"
99
],
1010
"Name": "Explorer",
11-
"Description": "Search and manage files and folders. Explorer utilises Windows Index Search",
11+
"Description": "Find and manage files and folders via Windows Search or Everything",
1212
"Author": "Jeremy Wu",
1313
"Version": "2.0.1",
1414
"Language": "csharp",

0 commit comments

Comments
 (0)