mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52: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.",
|
||||
reps) % {
|
||||
'reps': reps,
|
||||
'time': anki.utils.fmtTimeSpan(mins),
|
||||
'time': anki.utils.fmtTimeSpan(mins, point=2),
|
||||
})
|
||||
else:
|
||||
l = QLabel(_("""\
|
||||
|
|
Loading…
Reference in a new issue