mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32: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 = [
|
self.sortList = [
|
||||||
_("Question"),
|
_("Question"),
|
||||||
_("Answer"),
|
_("Answer"),
|
||||||
_("Creation date"),
|
_("Created"),
|
||||||
_("Modified date"),
|
_("Modified"),
|
||||||
_("Due date"),
|
_("Due"),
|
||||||
_("Interval"),
|
_("Interval"),
|
||||||
_("Answer count"),
|
_("Reps"),
|
||||||
_("Ease"),
|
_("Ease"),
|
||||||
]
|
]
|
||||||
self.sortFields = sorted(self.deck.allFields())
|
self.sortFields = sorted(self.deck.allFields())
|
||||||
|
|
Loading…
Reference in a new issue