mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
change some of the sort labels in editor
This commit is contained in:
parent
60a8fb94b8
commit
81991673cb
1 changed files with 4 additions and 4 deletions
|
@ -267,11 +267,11 @@ class EditDeck(QMainWindow):
|
|||
self.sortList = [
|
||||
_("Question"),
|
||||
_("Answer"),
|
||||
_("Creation date"),
|
||||
_("Modified date"),
|
||||
_("Due date"),
|
||||
_("Created"),
|
||||
_("Modified"),
|
||||
_("Due"),
|
||||
_("Interval"),
|
||||
_("Answer count"),
|
||||
_("Reps"),
|
||||
_("Ease"),
|
||||
]
|
||||
self.sortFields = sorted(self.deck.allFields())
|
||||
|
|
Loading…
Reference in a new issue