change "suspended" label to "suspended+buried"
This commit is contained in:
parent
5f94d92f78
commit
71ff86e3f3
@ -655,7 +655,7 @@ group by hour having count() > 30 order by hour""" % lim,
|
||||
(_("Mature"), colMature),
|
||||
(_("Young+Learn"), colYoung),
|
||||
(_("Unseen"), colUnseen),
|
||||
(_("Suspended"), colSusp))):
|
||||
(_("Suspended+Buried"), colSusp))):
|
||||
d.append(dict(data=div[c], label="%s: %s" % (t, div[c]), color=col))
|
||||
# text data
|
||||
i = []
|
||||
|
Loading…
Reference in New Issue
Block a user