mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
update edited/changed column labels
https://github.com/ankitects/anki/pull/674/files
This commit is contained in:
parent
ee204aa3e2
commit
f3febea4b0
2 changed files with 9 additions and 2 deletions
|
@ -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")),
|
||||
|
|
|
@ -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
|
||||
|
||||
##
|
||||
|
|
Loading…
Reference in a new issue