mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -04:00
remove +s from status
This commit is contained in:
parent
5d038b759b
commit
3870c2dcc9
1 changed files with 1 additions and 1 deletions
|
@ -141,7 +141,7 @@ class StatusView(object):
|
||||||
else:
|
else:
|
||||||
# remaining string, bolded depending on current card
|
# remaining string, bolded depending on current card
|
||||||
if not self.main.currentCard:
|
if not self.main.currentCard:
|
||||||
remStr += "%(failed1)s + %(rev1)s + %(new1)s"
|
remStr += "%(failed1)s %(rev1)s %(new1)s"
|
||||||
else:
|
else:
|
||||||
q = self.main.deck.queueForCard(self.main.currentCard)
|
q = self.main.deck.queueForCard(self.main.currentCard)
|
||||||
if q == "failed":
|
if q == "failed":
|
||||||
|
|
Loading…
Reference in a new issue