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
@ -452,8 +452,8 @@ class Browser(QMainWindow):
|
|||||||
|
|
||||||
def setupColumns(self):
|
def setupColumns(self):
|
||||||
self.columns = [
|
self.columns = [
|
||||||
('question', _("Front")),
|
('question', _("Question")),
|
||||||
('answer', _("Back")),
|
('answer', _("Answer")),
|
||||||
('template', _("Card")),
|
('template', _("Card")),
|
||||||
('deck', _("Deck")),
|
('deck', _("Deck")),
|
||||||
('noteFld', _("Sort Field")),
|
('noteFld', _("Sort Field")),
|
||||||
|
Loading…
Reference in New Issue
Block a user