mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -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:
|
||||
return _("tom.")
|
||||
else:
|
||||
return _("tomorrow")
|
||||
return _("Tomorrow")
|
||||
else:
|
||||
int = self.nextInterval(card, ease)
|
||||
return anki.utils.fmtTimeSpan(int*86400, short=short)
|
||||
|
|
|
|||
Loading…
Reference in a new issue