clarify leech wording

This commit is contained in:
Damien Elmes 2009-06-16 03:22:46 +09:00
parent b9f73a2815
commit 5ab8e9fcf2

View file

@ -450,7 +450,8 @@ Please do not file a bug report with Anki.<br>""")
self.deck.updatePriority(card) self.deck.updatePriority(card)
self.deck.refresh() self.deck.refresh()
self.setNotice(_("""\ self.setNotice(_("""\
%s... is a <a href="http://ichi2.net/anki/wiki/Leeches">leech</a>.""") % %s... is a <a href="http://ichi2.net/anki/wiki/Leeches">leech</a>
and has been suspended.""") %
stripHTML(self.currentCard.question)[0:30]) stripHTML(self.currentCard.question)[0:30])
def startRefreshTimer(self): def startRefreshTimer(self):