mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
change reviewed column to changed, to better reflect it's based on mod
This commit is contained in:
parent
a79d3f922d
commit
972070bbaf
1 changed files with 1 additions and 1 deletions
|
@ -402,7 +402,7 @@ class Browser(QMainWindow):
|
|||
('noteFld', _("Sort Field")),
|
||||
('noteCrt', _("Created")),
|
||||
('noteMod', _("Edited")),
|
||||
('cardMod', _("Reviewed")),
|
||||
('cardMod', _("Changed")),
|
||||
('cardDue', _("Due")),
|
||||
('cardIvl', _("Interval")),
|
||||
('cardEase', _("Ease")),
|
||||
|
|
Loading…
Reference in a new issue