[PT Run] Folder plugin: Improvements for the results (#16867)

* Improvements

* fix spelling

* text improvement

* fix build

* update tipp text
This commit is contained in:
Heiko
2022-03-22 12:07:09 +01:00
committed by GitHub
parent fcc1d46b63
commit 889bc1e514
7 changed files with 15 additions and 7 deletions

View File

@@ -36,6 +36,7 @@ namespace Microsoft.Plugin.Folder.Sources.Result
// Using CurrentCulture since this is user facing
SubTitle = string.Format(CultureInfo.CurrentCulture, Properties.Resources.wox_plugin_folder_select_folder_result_subtitle, Path),
ToolTipData = new ToolTipData(Title, string.Format(CultureInfo.CurrentCulture, Properties.Resources.wox_plugin_folder_select_folder_result_subtitle, Path)),
QueryTextDisplay = Path,
ContextData = new SearchResult { Type = ResultType.Folder, FullPath = Path },
Action = c => _shellAction.Execute(Path, contextApi),