mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
Changed 'At the same time...' to 'At this time...'
This commit is contained in:
parent
6715f32237
commit
2738ee9100
1 changed files with 1 additions and 1 deletions
|
@ -658,7 +658,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>
|
At this 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