mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04: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
|
||||
pr = client.payloadChangeReport(payload)
|
||||
self.setStatus("<br>" + pr + "<br>", 0)
|
||||
self.setStatus(_("Sending payload..."), 0)
|
||||
self.setStatus(_("Transferring payload..."), 0)
|
||||
res = client.server.applyPayload(payload)
|
||||
# apply reply
|
||||
self.setStatus(_("Applying reply.."), 0)
|
||||
|
|
Loading…
Reference in a new issue