use 'mo' for month ticks to make scale clearer

This commit is contained in:
Damien Elmes 2012-06-16 01:46:14 +09:00
parent acbb24ccd4
commit 2b60c92f99

View file

@ -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