mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
card deck -> deck
This commit is contained in:
parent
c1ea7f6d52
commit
a9470d273c
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class Browser(QMainWindow):
|
||||||
('question', _("Question")),
|
('question', _("Question")),
|
||||||
('answer', _("Answer")),
|
('answer', _("Answer")),
|
||||||
('template', _("Card")),
|
('template', _("Card")),
|
||||||
('deck', _("Card Deck")),
|
('deck', _("Deck")),
|
||||||
('noteFld', _("Sort Field")),
|
('noteFld', _("Sort Field")),
|
||||||
('noteCrt', _("Created")),
|
('noteCrt', _("Created")),
|
||||||
('noteMod', _("Edited")),
|
('noteMod', _("Edited")),
|
||||||
|
|
Loading…
Reference in a new issue