mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Remove extra <br> in next-day msg
This commit is contained in:
parent
9fe5d88c0c
commit
f156a9a436
1 changed files with 1 additions and 1 deletions
|
@ -646,7 +646,7 @@ type = 0 and isDue = 1 and combinedDue <= :now""", now=time.time())
|
||||||
cards = self.cardsDueBy(time.time() + 86400)
|
cards = self.cardsDueBy(time.time() + 86400)
|
||||||
msg = _('''\
|
msg = _('''\
|
||||||
<style>b { color: #00f; }</style>
|
<style>b { color: #00f; }</style>
|
||||||
At the same time tomorrow:<br><br>
|
At the same time tomorrow:<br>
|
||||||
%(wait)s<br>
|
%(wait)s<br>
|
||||||
%(new)s''') % {
|
%(new)s''') % {
|
||||||
'new': ngettext("There will be <b>%d new</b> card.",
|
'new': ngettext("There will be <b>%d new</b> card.",
|
||||||
|
|
Loading…
Reference in a new issue