mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
remove extra %
This commit is contained in:
parent
e9b88dddd6
commit
ca6bc68b13
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue