mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 14:17:13 -05:00
capitalize tomorrow
This commit is contained in:
parent
07956d9e24
commit
5eae130b29
1 changed files with 1 additions and 1 deletions
|
|
@ -457,7 +457,7 @@ strftime("%s", "now")+1 from decks)"""))
|
||||||
if short:
|
if short:
|
||||||
return _("tom.")
|
return _("tom.")
|
||||||
else:
|
else:
|
||||||
return _("tomorrow")
|
return _("Tomorrow")
|
||||||
else:
|
else:
|
||||||
int = self.nextInterval(card, ease)
|
int = self.nextInterval(card, ease)
|
||||||
return anki.utils.fmtTimeSpan(int*86400, short=short)
|
return anki.utils.fmtTimeSpan(int*86400, short=short)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue