1
0
зеркало из https://github.com/arsenetar/dupeguru.git synced 2025-07-04 06:23:20 +00:00
Этот коммит содержится в:
Alexander Gee 2024-07-16 19:23:59 -05:00
родитель c945238c24
Коммит 23c6996051

Просмотреть файл

@ -105,7 +105,7 @@ class FilenameCategory(CriterionCategory):
self.DOESNT_END_WITH_NUMBER: tr("Doesn't end with number"), self.DOESNT_END_WITH_NUMBER: tr("Doesn't end with number"),
self.LONGEST: tr("Longest"), self.LONGEST: tr("Longest"),
self.SHORTEST: tr("Shortest"), self.SHORTEST: tr("Shortest"),
self.SHORTEST_PATH: tr("Longest Path"), self.LONGEST_PATH: tr("Longest Path"),
self.SHORTEST_PATH: tr("Shortest Path"), self.SHORTEST_PATH: tr("Shortest Path"),
}[value] }[value]