mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56: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:
|
||||
# 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":
|
||||
|
|
Loading…
Reference in a new issue