mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue