From b5521af059bfc75b6e09755e6759bd06781ab6a6 Mon Sep 17 00:00:00 2001 From: Soren Bjornstad Date: Tue, 25 Jun 2013 10:59:00 -0500 Subject: [PATCH] fix incorrect instructions to "maintenance" menu (on finding an empty card, tells user to go to old location of the empty cards tool) --- aqt/reviewer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/reviewer.py b/aqt/reviewer.py index 13305c7df..4006e682a 100644 --- a/aqt/reviewer.py +++ b/aqt/reviewer.py @@ -191,7 +191,7 @@ function _typeAnsPress() { # grab the question and play audio if c.isEmpty(): q = _("""\ -The front of this card is empty. Please run Tools>Maintenance>Empty Cards.""") +The front of this card is empty. Please run Tools>Empty Cards.""") else: q = c.q() if self.autoplay(c):