ask people to check media when media sanity occurs

This commit is contained in:
Damien Elmes 2013-11-14 12:12:37 +09:00
parent 8812472b53
commit 0389eebc43

View file

@ -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":