mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
use 'mo' for month ticks to make scale clearer
This commit is contained in:
parent
acbb24ccd4
commit
2b60c92f99
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ from cards where did in %s""" % self._limit())
|
||||||
if 'xaxis' not in conf:
|
if 'xaxis' not in conf:
|
||||||
conf['xaxis'] = {}
|
conf['xaxis'] = {}
|
||||||
if timeTicks:
|
if timeTicks:
|
||||||
conf['timeTicks'] = (_("d"), _("w"), _("m"))[self.type]
|
conf['timeTicks'] = (_("d"), _("w"), _("mo"))[self.type]
|
||||||
# types
|
# types
|
||||||
width = self.width
|
width = self.width
|
||||||
height = self.height
|
height = self.height
|
||||||
|
|
Loading…
Reference in a new issue