mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04: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):
|
def finishedMsg(self):
|
||||||
return ("<b>"+_(
|
return ("<b>"+_(
|
||||||
"Congratulations! You have finished for now.")+
|
"Congratulations! You have finished this deck for now.")+
|
||||||
"</b><br><br>" + self._nextDueMsg())
|
"</b><br><br>" + self._nextDueMsg())
|
||||||
|
|
||||||
def _nextDueMsg(self):
|
def _nextDueMsg(self):
|
||||||
|
|
Loading…
Reference in a new issue