mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add is:due to left of browser
This commit is contained in:
parent
ff71cabc2b
commit
d9ad404445
1 changed files with 1 additions and 0 deletions
|
@ -710,6 +710,7 @@ by clicking on one on the left."""))
|
||||||
(_("New"), "plus16.png", "is:new"),
|
(_("New"), "plus16.png", "is:new"),
|
||||||
(_("Learning"), "stock_new_template_red.png", "is:learn"),
|
(_("Learning"), "stock_new_template_red.png", "is:learn"),
|
||||||
(_("Review"), "clock16.png", "is:review"),
|
(_("Review"), "clock16.png", "is:review"),
|
||||||
|
(_("Due"), "clock16.png", "is:due"),
|
||||||
(_("Marked"), "star16.png", "tag:marked"),
|
(_("Marked"), "star16.png", "tag:marked"),
|
||||||
(_("Suspended"), "media-playback-pause.png", "is:suspended"),
|
(_("Suspended"), "media-playback-pause.png", "is:suspended"),
|
||||||
(_("Leech"), "emblem-important.png", "tag:leech"))
|
(_("Leech"), "emblem-important.png", "tag:leech"))
|
||||||
|
|
Loading…
Reference in a new issue