mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -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:
|
if not deck:
|
||||||
return
|
return
|
||||||
if deck['dyn']:
|
if deck['dyn']:
|
||||||
showInfo(_("""\
|
showWarning(_("""\
|
||||||
As cards are removed from a filtered deck as they are answered, viewing the \
|
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 \
|
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 \
|
multiple steps. To get an accurate report, please empty the filtered deck \
|
||||||
|
|
Loading…
Reference in a new issue