mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 20:57:13 -05:00
"this deck"
This commit is contained in:
parent
bde4420fb0
commit
030e5498b3
1 changed files with 1 additions and 1 deletions
|
|
@ -759,7 +759,7 @@ did = ? and queue = 2 and due <= ? %s limit ?""" % order,
|
|||
|
||||
def finishedMsg(self):
|
||||
return ("<b>"+_(
|
||||
"Congratulations! You have finished for now.")+
|
||||
"Congratulations! You have finished this deck for now.")+
|
||||
"</b><br><br>" + self._nextDueMsg())
|
||||
|
||||
def _nextDueMsg(self):
|
||||
|
|
|
|||
Loading…
Reference in a new issue