1
0
miroir de https://github.com/arsenetar/dupeguru.git synchronisé 2025-09-11 17:58:17 +00:00

Whoops didn't commit that

Cette révision appartient à :
Alexander Gee 2024-07-16 19:23:59 -05:00
Parent c945238c24
révision 23c6996051

Voir le fichier

@ -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]