mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -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()
|
||||
elif evt == "mediaSanity":
|
||||
showWarning(_("""\
|
||||
A problem occurred while syncing media. Please sync again and Anki will \
|
||||
correct the issue."""))
|
||||
A problem occurred while syncing media. Please use Tools>Check Media, then \
|
||||
sync again to correct the issue."""))
|
||||
elif evt == "noChanges":
|
||||
pass
|
||||
elif evt == "fullSync":
|
||||
|
|
Loading…
Reference in a new issue