Compare commits

..

1 Commits

Author SHA1 Message Date
Alexander Gee e6e34dd744
Merge c945238c24 into 3a97ba941a 2024-07-16 16:35:07 -05:00
1 changed files with 1 additions and 1 deletions

View File

@ -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.LONGEST_PATH: tr("Longest Path"),
self.SHORTEST_PATH: tr("Longest Path"),
self.SHORTEST_PATH: tr("Shortest Path"),
}[value]