update Explorer plugin description

This commit is contained in:
Jeremy Wu 2022-12-27 16:04:55 +09:30
parent efbc5883b4
commit 78b8e5b3df
2 changed files with 2 additions and 2 deletions

View file

@ -58,7 +58,7 @@
<!-- Plugin Infos -->
<system:String x:Key="plugin_explorer_plugin_name">Explorer</system:String>
<system:String x:Key="plugin_explorer_plugin_description">Search and manage files and folders. Explorer utilises Windows Index Search</system:String>
<system:String x:Key="plugin_explorer_plugin_description">Find and manage files and folders via Windows Search or Everything</system:String>
<!-- Plugin Tooltip -->
<system:String x:Key="plugin_explorer_plugin_ToolTipOpenDirectory">Ctrl + Enter to open the directory</system:String>

View file

@ -8,7 +8,7 @@
"*"
],
"Name": "Explorer",
"Description": "Search and manage files and folders. Explorer utilises Windows Index Search",
"Description": "Find and manage files and folders via Windows Search or Everything",
"Author": "Jeremy Wu",
"Version": "2.0.1",
"Language": "csharp",