From 2b60c92f99bed32d58fa23e9f102d86aba342db8 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 16 Jun 2012 01:46:14 +0900 Subject: [PATCH] use 'mo' for month ticks to make scale clearer --- anki/stats.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/anki/stats.py b/anki/stats.py index cb8f7944e..64f3fabec 100644 --- a/anki/stats.py +++ b/anki/stats.py @@ -642,7 +642,7 @@ from cards where did in %s""" % self._limit()) if 'xaxis' not in conf: conf['xaxis'] = {} if timeTicks: - conf['timeTicks'] = (_("d"), _("w"), _("m"))[self.type] + conf['timeTicks'] = (_("d"), _("w"), _("mo"))[self.type] # types width = self.width height = self.height