This commit is contained in:
Jeremy Wu 2020-06-02 13:26:33 +10:00
parent dcca88d746
commit 4eb2fe9297

View file

@ -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
{