From 23c6996051cbf0007474f7c0ef38897a6cbc29f4 Mon Sep 17 00:00:00 2001 From: Alexander Gee Date: Tue, 16 Jul 2024 19:23:59 -0500 Subject: [PATCH] Whoops didn't commit that --- core/prioritize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/prioritize.py b/core/prioritize.py index 4a5cf0cb..065969a6 100644 --- a/core/prioritize.py +++ b/core/prioritize.py @@ -105,7 +105,7 @@ class FilenameCategory(CriterionCategory): self.DOESNT_END_WITH_NUMBER: tr("Doesn't end with number"), self.LONGEST: tr("Longest"), self.SHORTEST: tr("Shortest"), - self.SHORTEST_PATH: tr("Longest Path"), + self.LONGEST_PATH: tr("Longest Path"), self.SHORTEST_PATH: tr("Shortest Path"), }[value]