1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2025-05-06 17:09:49 +00:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Alexander Gee
3e542a626a
Merge 23c6996051cbf0007474f7c0ef38897a6cbc29f4 into 3a97ba941a0e6b69f20ddba227c5909e8f44666b 2024-07-17 00:24:05 +00:00
Alexander Gee
23c6996051 Whoops didn't commit that 2024-07-16 19:23:59 -05:00

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