diff --git a/anki/deck.py b/anki/deck.py
index 390419756..28df64516 100644
--- a/anki/deck.py
+++ b/anki/deck.py
@@ -635,14 +635,13 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
msg = _('''\
At the same time tomorrow:
-%(spc)s%(wait)s
-%(spc)s%(new)s''') % {
+%(wait)s
+%(new)s''') % {
'new': ngettext("There will be %d new card.",
"There will be %d new cards.",
newCardsTomorrow) % newCardsTomorrow,
'wait': ngettext("There will be %s review.",
"There will be %s reviews.", cards) % cards,
- 'spc': ' ' * 5,
}
if next - time.time() > 86400 and not newCardsTomorrow:
msg = (_("The next card will be shown in %s.") %