mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix typo in file name
This commit is contained in:
parent
e0cd63aebd
commit
fdc7da2f71
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ public static class SortOptionTranslationHelper
|
|||
const string prefix = "flowlauncher_plugin_everything_sort_by_";
|
||||
|
||||
ArgumentNullException.ThrowIfNull(API);
|
||||
|
||||
|
||||
var enumName = Enum.GetName(sortOption);
|
||||
var splited = enumName.Split('_');
|
||||
var name = string.Join('_', splited[..^1]);
|
||||
|
|
@ -22,4 +22,4 @@ public static class SortOptionTranslationHelper
|
|||
|
||||
return $"{API.GetTranslation(prefix + name.ToLower())} {API.GetTranslation(prefix + direction.ToLower())}";
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Reference in a new issue