Added back lost space in string

This commit is contained in:
Susanna Björverud 2009-03-30 10:43:44 +02:00
parent 5ca9afa0da
commit 78265fdc24

View file

@ -338,7 +338,6 @@ class DeckStats(object):
'young': stats['young'], 'youngP' : fmtPerc(stats['youngP'])}
html += _("Unseen cards:") + " <b>%(new)d</b> (%(newP)s)<br><br>" % {
'new': stats['new'], 'newP' : fmtPerc(stats['newP'])}
html += "<b>" + _("Correct answers") + "</b><br>"
html += _("Mature cards:") + " <b>" + fmtPerc(stats['gMatureYes%']) + (
"</b> " + _("%(partOf)d of %(totalSum)d") % {