mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
fix typo
This commit is contained in:
parent
dcca88d746
commit
4eb2fe9297
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue