mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
typo in sync error msg
This commit is contained in:
parent
907343b83b
commit
4ed284c0d8
1 changed files with 1 additions and 1 deletions
|
@ -82,7 +82,7 @@ The server didn't reply. Please try again shortly, and if the problem \
|
||||||
persists, please report it on the forums.""")
|
persists, please report it on the forums.""")
|
||||||
elif error.data.get('type') == 'connectionError':
|
elif error.data.get('type') == 'connectionError':
|
||||||
msg=_("""\
|
msg=_("""\
|
||||||
There was a connection error. If it persists, please try disabing your
|
There was a connection error. If it persists, please try disabling your
|
||||||
firewall software temporarily, or try again from a different network.
|
firewall software temporarily, or try again from a different network.
|
||||||
|
|
||||||
Debugging info: %s""") % error.data.get("exc", "<none>")
|
Debugging info: %s""") % error.data.get("exc", "<none>")
|
||||||
|
|
Loading…
Reference in a new issue