From b25330a02e4b676a637967cff08294754b8306d8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 26 May 2012 14:43:30 +0900 Subject: [PATCH] added today --- aqt/browser.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aqt/browser.py b/aqt/browser.py index 7c2e4678d..419833fe4 100644 --- a/aqt/browser.py +++ b/aqt/browser.py @@ -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"),