mirror of
https://github.com/ankitects/anki.git
synced 2025-11-12 15:47:12 -05:00
change "suspended" label to "suspended+buried"
This commit is contained in:
parent
5f94d92f78
commit
71ff86e3f3
1 changed files with 1 additions and 1 deletions
|
|
@ -655,7 +655,7 @@ group by hour having count() > 30 order by hour""" % lim,
|
||||||
(_("Mature"), colMature),
|
(_("Mature"), colMature),
|
||||||
(_("Young+Learn"), colYoung),
|
(_("Young+Learn"), colYoung),
|
||||||
(_("Unseen"), colUnseen),
|
(_("Unseen"), colUnseen),
|
||||||
(_("Suspended"), colSusp))):
|
(_("Suspended+Buried"), colSusp))):
|
||||||
d.append(dict(data=div[c], label="%s: %s" % (t, div[c]), color=col))
|
d.append(dict(data=div[c], label="%s: %s" % (t, div[c]), color=col))
|
||||||
# text data
|
# text data
|
||||||
i = []
|
i = []
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue