From 9ddaa20881d2684538a518b57cbb8a03bbb7df0f Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Tue, 29 Aug 2017 14:11:41 +1000 Subject: [PATCH] syncing media -> syncing in the no changes case, the progress window is forced open for a while, making it look like media syncing is to blame --- aqt/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aqt/sync.py b/aqt/sync.py index 2851993a8..c4eda016d 100644 --- a/aqt/sync.py +++ b/aqt/sync.py @@ -113,7 +113,7 @@ automatically.""")) elif t == "sanity": m = _("Checking...") elif t == "findMedia": - m = _("Syncing Media...") + m = _("Syncing...") elif t == "upgradeRequired": showText(_("""\ Please visit AnkiWeb, upgrade your deck, then try again."""))