From bc8b7f45dac30df0dc24de1a5ffd24019440e95c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 22 Apr 2009 21:34:38 +0900 Subject: [PATCH] fix plural of suspended cards --- anki/deck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/deck.py b/anki/deck.py index 7d592e8ca..ac4407f2a 100644 --- a/anki/deck.py +++ b/anki/deck.py @@ -705,7 +705,7 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time) spaceSusp += "
" spaceSusp += ngettext('There is %d suspended card.', 'There are %d suspended cards.', - c) % c2 + c2) % c2 if spaceSusp: spaceSusp = "

" + spaceSusp return _('''\