mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
remove blank space from status tooltip
This commit is contained in:
parent
0bbc7c7c74
commit
22658dea73
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@ class StatusView(object):
|
|||
"There are <b>%(rev)d</b> cards awaiting review.<br>"
|
||||
"There are <b>%(new)d</b> new cards due today.<br><br>"
|
||||
"There are <b>%(new2)d</b> new cards in total.<br>"
|
||||
"There are <b>%(spaced)d</b> spaced cards.<br>") % stats)
|
||||
"There are <b>%(spaced)d</b> spaced cards.") % stats)
|
||||
# eta
|
||||
self.etaText.setText(_("ETA: <b>%(timeLeft)s</b>") % stats)
|
||||
# retention & progress bars
|
||||
|
|
Loading…
Reference in a new issue