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
This commit is contained in:
Damien Elmes 2017-08-29 14:11:41 +10:00
parent c18bd47a6e
commit 9ddaa20881

View File

@ -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."""))