mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 15:32:23 -04:00
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:
parent
c18bd47a6e
commit
9ddaa20881
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ automatically."""))
|
||||||
elif t == "sanity":
|
elif t == "sanity":
|
||||||
m = _("Checking...")
|
m = _("Checking...")
|
||||||
elif t == "findMedia":
|
elif t == "findMedia":
|
||||||
m = _("Syncing Media...")
|
m = _("Syncing...")
|
||||||
elif t == "upgradeRequired":
|
elif t == "upgradeRequired":
|
||||||
showText(_("""\
|
showText(_("""\
|
||||||
Please visit AnkiWeb, upgrade your deck, then try again."""))
|
Please visit AnkiWeb, upgrade your deck, then try again."""))
|
||||||
|
|
Loading…
Reference in a new issue