change "suspended" label to "suspended+buried"

This commit is contained in:
Soren I. Bjornstad 2014-06-20 19:23:53 -05:00
parent 5f94d92f78
commit 71ff86e3f3

View File

@ -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 = []