update edited/changed column labels

https://github.com/ankitects/anki/pull/674/files
This commit is contained in:
Damien Elmes 2020-06-29 18:34:03 +10:00
parent ee204aa3e2
commit f3febea4b0
2 changed files with 9 additions and 2 deletions

View file

@ -733,8 +733,8 @@ class Browser(QMainWindow):
("deck", _("Deck")),
("noteFld", _("Sort Field")),
("noteCrt", _("Created")),
("noteMod", _("Edited")),
("cardMod", _("Changed")),
("noteMod", tr(TR.SEARCH_NOTE_MODIFIED)),
("cardMod", tr(TR.SEARCH_CARD_MODIFIED)),
("cardDue", tr(TR.STATISTICS_DUE_DATE)),
("cardIvl", _("Interval")),
("cardEase", _("Ease")),

View file

@ -1 +1,8 @@
search-invalid = Invalid search - please check for typing mistakes.
## Column labels in browse screen
search-note-modified = Note Modified
search-card-modified = Card Modified
##