From 71ff86e3f3230f870d166f56b6a353ecd150c4f0 Mon Sep 17 00:00:00 2001 From: "Soren I. Bjornstad" Date: Fri, 20 Jun 2014 19:23:53 -0500 Subject: [PATCH] change "suspended" label to "suspended+buried" --- anki/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index 7a93dbadd..681157785 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -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 = []