mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-11-09 09:29:01 +00:00
Compare commits
1 Commits
3e542a626a
...
e6e34dd744
Author | SHA1 | Date | |
---|---|---|---|
|
e6e34dd744 |
@ -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.LONGEST_PATH: tr("Longest Path"),
|
self.SHORTEST_PATH: tr("Longest Path"),
|
||||||
self.SHORTEST_PATH: tr("Shortest Path"),
|
self.SHORTEST_PATH: tr("Shortest Path"),
|
||||||
}[value]
|
}[value]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user