mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
clarify leech wording
This commit is contained in:
parent
b9f73a2815
commit
5ab8e9fcf2
1 changed files with 2 additions and 1 deletions
|
@ -450,7 +450,8 @@ Please do not file a bug report with Anki.<br>""")
|
|||
self.deck.updatePriority(card)
|
||||
self.deck.refresh()
|
||||
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])
|
||||
|
||||
def startRefreshTimer(self):
|
||||
|
|
Loading…
Reference in a new issue