mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
use question/answer for browser labels
by using a different label to the default front/back fields, it will hopefully make it clearer that a reversed card has the back side for the question
This commit is contained in:
parent
30cdbb5cea
commit
8d2d998168
1 changed files with 2 additions and 2 deletions
|
@ -452,8 +452,8 @@ class Browser(QMainWindow):
|
|||
|
||||
def setupColumns(self):
|
||||
self.columns = [
|
||||
('question', _("Front")),
|
||||
('answer', _("Back")),
|
||||
('question', _("Question")),
|
||||
('answer', _("Answer")),
|
||||
('template', _("Card")),
|
||||
('deck', _("Deck")),
|
||||
('noteFld', _("Sort Field")),
|
||||
|
|
Loading…
Reference in a new issue