From ca6bc68b13a8436bdf468dbdb8b36ec70e9b124b Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 25 Mar 2009 11:09:37 +0900 Subject: [PATCH] remove extra % --- ankiqt/ui/status.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/status.py b/ankiqt/ui/status.py index 5e5457298..831930d0e 100644 --- a/ankiqt/ui/status.py +++ b/ankiqt/ui/status.py @@ -192,7 +192,7 @@ class StatusView(object): tip = "

" + _("Performance") + "

" tip += _("""The top bar shows your performance today. The bottom bar shows your
performance on cards scheduled for 21 days or more. The bottom bar should
-generally be between 80-95%% - lower and you're forgetting mature cards
+generally be between 80-95% - lower and you're forgetting mature cards
too often, higher and you're spending too much time reviewing.""") tip += "

" + _("Reviews today") + "

" tip += "" + _("Correct today: ") + anki.utils.fmtPercentage(stats['dYesTotal%'], point=1)