diff --git a/anki/deck.py b/anki/deck.py
index fd59a3889..783499118 100644
--- a/anki/deck.py
+++ b/anki/deck.py
@@ -582,6 +582,7 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
def deckFinishedMsg(self):
return _('''
+
Congratulations!
You have finished the deck for now.
%(next)s
@@ -590,7 +591,7 @@ and priority in (1,2,3,4) and type in (0, 1)""", time=time)
spaced cards.
- There are
%(suspended)d
-suspended cards.''') % {
+suspended cards.
''') % {
"next": self.nextDueMsg(),
"suspended": self.suspendedCardCount(),
"waiting": self.spacedCardCount()