mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
typo in stats
This commit is contained in:
parent
db5d23d9dc
commit
ff2e7b9e81
1 changed files with 1 additions and 1 deletions
|
@ -736,7 +736,7 @@ where did in %s """ % self._limit())
|
|||
info += _('''\
|
||||
A card's <i>ease</i> is the size of the next interval \
|
||||
when you answer "good" on a review.''')
|
||||
txt = self._title(_("Cards Types"),
|
||||
txt = self._title(_("Card Types"),
|
||||
_("The division of cards in your deck(s)."))
|
||||
txt += "<table width=%d><tr><td>%s</td><td>%s</td></table>" % (
|
||||
self.width,
|
||||
|
|
Loading…
Reference in a new issue