mirror of
https://github.com/ankitects/anki.git
synced 2025-11-14 00:27:13 -05:00
fix wording in sync dialog
This commit is contained in:
parent
61bb5b9ec9
commit
69be47c784
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ class Sync(QThread):
|
||||||
# send payload
|
# send payload
|
||||||
pr = client.payloadChangeReport(payload)
|
pr = client.payloadChangeReport(payload)
|
||||||
self.setStatus("<br>" + pr + "<br>", 0)
|
self.setStatus("<br>" + pr + "<br>", 0)
|
||||||
self.setStatus(_("Sending payload..."), 0)
|
self.setStatus(_("Transferring payload..."), 0)
|
||||||
res = client.server.applyPayload(payload)
|
res = client.server.applyPayload(payload)
|
||||||
# apply reply
|
# apply reply
|
||||||
self.setStatus(_("Applying reply.."), 0)
|
self.setStatus(_("Applying reply.."), 0)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue