From 5ab8e9fcf25dfa9433d384b8602ee6f60beba0e9 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 16 Jun 2009 03:22:46 +0900 Subject: [PATCH] clarify leech wording --- ankiqt/ui/main.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 1903aebf1..329cbf033 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -450,7 +450,8 @@ Please do not file a bug report with Anki.
""") self.deck.updatePriority(card) self.deck.refresh() self.setNotice(_("""\ -%s... is a leech.""") % +%s... is a leech +and has been suspended.""") % stripHTML(self.currentCard.question)[0:30]) def startRefreshTimer(self):