mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 15:02:21 -04:00
add some precision to the daily study stats
This commit is contained in:
parent
e96472b2b7
commit
8c34fabff8
1 changed files with 1 additions and 1 deletions
|
@ -1281,7 +1281,7 @@ your deck."""))
|
||||||
"Studied <b>%(reps)d cards</b> in <b>%(time)s</b> today.",
|
"Studied <b>%(reps)d cards</b> in <b>%(time)s</b> today.",
|
||||||
reps) % {
|
reps) % {
|
||||||
'reps': reps,
|
'reps': reps,
|
||||||
'time': anki.utils.fmtTimeSpan(mins),
|
'time': anki.utils.fmtTimeSpan(mins, point=2),
|
||||||
})
|
})
|
||||||
else:
|
else:
|
||||||
l = QLabel(_("""\
|
l = QLabel(_("""\
|
||||||
|
|
Loading…
Reference in a new issue