From 69e9cb38747eae19c9081511d856200a974cfda6 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 20 Mar 2009 14:20:25 +0900 Subject: [PATCH] spaced > delayed --- ankiqt/ui/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 1cc27408b..932900a7e 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -176,7 +176,7 @@ class StatusView(object): "There are %(rev)d cards awaiting review.
" "There are %(new)d new cards due today.

" "There are %(new2)d new cards in total.
" - "There are %(spaced)d spaced cards.") % stats) + "There are %(spaced)d delayed cards.") % stats) # eta self.etaText.setText(_("ETA: %(timeLeft)s") % stats) # retention & progress bars