mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
note media check stage in sync dialog
This commit is contained in:
parent
3bf7f19843
commit
9e5b909070
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...")
|
m = _("Checking media...")
|
||||||
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