spaced cards > delayed cards

This commit is contained in:
Damien Elmes 2009-03-20 14:20:06 +09:00
parent 1f56bc3ec0
commit cf459aee7d

View file

@ -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: