mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
fix spacing in status on study options
This commit is contained in:
parent
19781caaf1
commit
dd8d4b3d4f
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,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