mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
ask people to check media when media sanity occurs
This commit is contained in:
parent
8812472b53
commit
0389eebc43
1 changed files with 2 additions and 2 deletions
|
@ -126,8 +126,8 @@ Please visit AnkiWeb, upgrade your deck, then try again."""))
|
||||||
self._checkFailed()
|
self._checkFailed()
|
||||||
elif evt == "mediaSanity":
|
elif evt == "mediaSanity":
|
||||||
showWarning(_("""\
|
showWarning(_("""\
|
||||||
A problem occurred while syncing media. Please sync again and Anki will \
|
A problem occurred while syncing media. Please use Tools>Check Media, then \
|
||||||
correct the issue."""))
|
sync again to correct the issue."""))
|
||||||
elif evt == "noChanges":
|
elif evt == "noChanges":
|
||||||
pass
|
pass
|
||||||
elif evt == "fullSync":
|
elif evt == "fullSync":
|
||||||
|
|
Loading…
Reference in a new issue