mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
don't show spaced cards notice if no new cards are left
This commit is contained in:
parent
3b8df0c337
commit
40ed30b4ea
1 changed files with 1 additions and 1 deletions
|
@ -678,7 +678,7 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
|
||||||
def deckFinishedMsg(self):
|
def deckFinishedMsg(self):
|
||||||
spaceSusp = ""
|
spaceSusp = ""
|
||||||
c = self.spacedCardCount()
|
c = self.spacedCardCount()
|
||||||
if c:
|
if c and self.newCountToday:
|
||||||
spaceSusp += ngettext('''
|
spaceSusp += ngettext('''
|
||||||
There is <b>%d</b>
|
There is <b>%d</b>
|
||||||
<a href="http://ichi2.net/anki/wiki/Key_Terms_and_Concepts#head-787faa3eb21d7962f7719dc2722d34b7d74035ae">
|
<a href="http://ichi2.net/anki/wiki/Key_Terms_and_Concepts#head-787faa3eb21d7962f7719dc2722d34b7d74035ae">
|
||||||
|
|
Loading…
Reference in a new issue