mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
change stats message to warning
This commit is contained in:
parent
c78c16dd4a
commit
f08984067c
1 changed files with 1 additions and 1 deletions
|
@ -674,7 +674,7 @@ upload, overwriting any changes either here or on AnkiWeb. Proceed?""")):
|
|||
if not deck:
|
||||
return
|
||||
if deck['dyn']:
|
||||
showInfo(_("""\
|
||||
showWarning(_("""\
|
||||
As cards are removed from a filtered deck as they are answered, viewing the \
|
||||
statistics of a filtered deck will only show you reviews for cards with \
|
||||
multiple steps. To get an accurate report, please empty the filtered deck \
|
||||
|
|
Loading…
Reference in a new issue