From 4eb2fe9297688f0fadf060a2ca32afcb676ef228 Mon Sep 17 00:00:00 2001 From: Jeremy Wu Date: Tue, 2 Jun 2020 13:26:33 +1000 Subject: [PATCH] fix typo --- Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs index 5995ad905..6da36af06 100644 --- a/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs +++ b/Plugins/Flow.Launcher.Plugin.Explorer/Search/ResultManager.cs @@ -67,7 +67,7 @@ namespace Flow.Launcher.Plugin.Explorer.Search // ie. max characters can be displayed without subtitle cutting off: "Program Files (x86)" if (folderName.Length > 19) - subtitleFolderName = "directory"; + subtitleFolderName = "the directory"; return new Result {