add is:due to left of browser

This commit is contained in:
Damien Elmes 2012-09-28 13:12:26 +09:00
parent ff71cabc2b
commit d9ad404445

View file

@ -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"))