mirror of
https://github.com/ankitects/anki.git
synced 2025-11-09 06:07:11 -05:00
interval as '(learning)' in browser
This commit is contained in:
parent
73a7991940
commit
6346e97e13
1 changed files with 2 additions and 0 deletions
|
|
@ -217,6 +217,8 @@ class DataModel(QAbstractTableModel):
|
|||
elif type == "cardIvl":
|
||||
if c.type == 0:
|
||||
return _("(new)")
|
||||
elif c.type == 1:
|
||||
return _("(learning)")
|
||||
return fmtTimeSpan(c.ivl*86400)
|
||||
elif type == "cardEase":
|
||||
if c.type == 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue