mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
Clean up, removing commented out no longer needed lines
This commit is contained in:
parent
f2db5c27d6
commit
356d9365bb
1 changed files with 1 additions and 3 deletions
|
@ -701,10 +701,8 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
|
||||||
def deckFinishedMsg(self):
|
def deckFinishedMsg(self):
|
||||||
self.resetAfterReviewEarly()
|
self.resetAfterReviewEarly()
|
||||||
spaceSusp = ""
|
spaceSusp = ""
|
||||||
#c = self.spacedCardCount()
|
|
||||||
#newLeft = self.newCardsPerDay - self.newCardsToday()
|
|
||||||
c= self.newSpacedCount()
|
c= self.newSpacedCount()
|
||||||
if c: # and newLeft:
|
if c:
|
||||||
spaceSusp += ngettext('There is <b>%d</b> delayed new card.',
|
spaceSusp += ngettext('There is <b>%d</b> delayed new card.',
|
||||||
'There are <b>%d</b> delayed new cards.',
|
'There are <b>%d</b> delayed new cards.',
|
||||||
c) % c
|
c) % c
|
||||||
|
|
Loading…
Reference in a new issue