diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index b99c4c9cc..40347bfdc 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -161,7 +161,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 spaced cards.") % stats) # eta self.etaText.setText(_("ETA: %(timeLeft)s") % stats) # retention & progress bars