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 _('''\