From 0389eebc43209ca7f2b45b4f086f7301beb8ba31 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Thu, 14 Nov 2013 12:12:37 +0900 Subject: [PATCH] ask people to check media when media sanity occurs --- aqt/sync.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/aqt/sync.py b/aqt/sync.py index c3d09a6bf..7d85cc7bc 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -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":