remove blank space from status tooltip

This commit is contained in:
Damien Elmes 2008-12-10 18:44:18 +09:00
parent 0bbc7c7c74
commit 22658dea73

View file

@ -161,7 +161,7 @@ class StatusView(object):
"There are <b>%(rev)d</b> cards awaiting review.<br>" "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>%(new)d</b> new cards due today.<br><br>"
"There are <b>%(new2)d</b> new cards in total.<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 # eta
self.etaText.setText(_("ETA: <b>%(timeLeft)s</b>") % stats) self.etaText.setText(_("ETA: <b>%(timeLeft)s</b>") % stats)
# retention & progress bars # retention & progress bars