diff --git a/anki/deck.py b/anki/deck.py
index ccfdcd1a0..89c1152b5 100644
--- a/anki/deck.py
+++ b/anki/deck.py
@@ -646,7 +646,7 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
cards = self.cardsDueBy(time.time() + 86400)
msg = _('''\
-At the same time tomorrow:
+At the same time tomorrow:
%(wait)s
%(new)s''') % {
'new': ngettext("There will be %d new card.",