From 22658dea73fa9ba0e80886d23b50317f36b233ea Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 10 Dec 2008 18:44:18 +0900 Subject: [PATCH] remove blank space from status tooltip --- 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 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