From f156a9a436350213f92738486c5c5daaa54a23b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Susanna=20Bj=C3=B6rverud?= Date: Sat, 28 Mar 2009 08:40:25 +0100 Subject: [PATCH] Remove extra
in next-day msg --- anki/deck.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",