mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
added today
This commit is contained in:
parent
bc79f7516a
commit
b25330a02e
1 changed files with 1 additions and 0 deletions
|
@ -702,6 +702,7 @@ by clicking on one on the left."""))
|
|||
tags = (
|
||||
(_("Whole Collection"), "ankibw", ""),
|
||||
(_("Current Deck"), "deck16", "deck:current"),
|
||||
(_("Added Today"), "view-pim-calendar.png", "added:1"),
|
||||
(_("Studied Today"), "view-pim-calendar.png", "rated:1"),
|
||||
(_("Again Today"), "view-pim-calendar.png", "rated:1:1"),
|
||||
(_("New"), "plus16.png", "is:new"),
|
||||
|
|
Loading…
Reference in a new issue