mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 23:12:21 -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":
|
||||
m = _("Checking...")
|
||||
elif t == "findMedia":
|
||||
m = _("Syncing Media...")
|
||||
m = _("Syncing...")
|
||||
elif t == "upgradeRequired":
|
||||
showText(_("""\
|
||||
Please visit AnkiWeb, upgrade your deck, then try again."""))
|
||||
|
|
Loading…
Reference in a new issue