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):