remove extra %

This commit is contained in:
Damien Elmes 2009-03-25 11:09:37 +09:00
parent e9b88dddd6
commit ca6bc68b13

View file

@ -192,7 +192,7 @@ class StatusView(object):
tip = "<h1>" + _("Performance") + "</h1>" tip = "<h1>" + _("Performance") + "</h1>"
tip += _("""The top bar shows your performance today. The bottom bar shows your<br> tip += _("""The top bar shows your performance today. The bottom bar shows your<br>
performance on cards scheduled for 21 days or more. The bottom bar should<br> performance on cards scheduled for 21 days or more. The bottom bar should<br>
generally be between 80-95%% - lower and you're forgetting mature cards<br> generally be between 80-95% - lower and you're forgetting mature cards<br>
too often, higher and you're spending too much time reviewing.""") too often, higher and you're spending too much time reviewing.""")
tip += "<h2>" + _("Reviews today") + "</h2>" tip += "<h2>" + _("Reviews today") + "</h2>"
tip += "<b>" + _("Correct today: ") + anki.utils.fmtPercentage(stats['dYesTotal%'], point=1) tip += "<b>" + _("Correct today: ") + anki.utils.fmtPercentage(stats['dYesTotal%'], point=1)