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:
Damien Elmes 2013-02-22 11:13:59 +09:00
parent 30cdbb5cea
commit 8d2d998168

View File

@ -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")),