From 3870c2dcc9251e4aa5a74f28c7f82fdc425ab493 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 7 Jan 2009 12:28:35 +0900 Subject: [PATCH] remove +s from status --- 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 8a9cc677e..265065c92 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -141,7 +141,7 @@ class StatusView(object): else: # remaining string, bolded depending on current card if not self.main.currentCard: - remStr += "%(failed1)s + %(rev1)s + %(new1)s" + remStr += "%(failed1)s %(rev1)s %(new1)s" else: q = self.main.deck.queueForCard(self.main.currentCard) if q == "failed":