mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
spaced cards > delayed cards
This commit is contained in:
parent
1f56bc3ec0
commit
cf459aee7d
1 changed files with 2 additions and 2 deletions
|
@ -692,8 +692,8 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
|
|||
c = self.spacedCardCount()
|
||||
newLeft = self.newCardsPerDay - self.newCardsToday()
|
||||
if c and newLeft:
|
||||
spaceSusp += ngettext('There is <b>%d</b> spaced card.',
|
||||
'There are <b>%d</b> spaced cards.',
|
||||
spaceSusp += ngettext('There is <b>%d</b> delayed card.',
|
||||
'There are <b>%d</b> delayed cards.',
|
||||
c) % c
|
||||
c2 = self.suspendedCardCount()
|
||||
if c2:
|
||||
|
|
Loading…
Reference in a new issue