From 69be47c784ba0b24f2d7e4f1c8f79f9019083914 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 12 Oct 2008 05:25:50 +0900 Subject: [PATCH] fix wording in sync dialog --- ankiqt/ui/sync.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index 2897ef5e5..84de30afe 100644 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -102,7 +102,7 @@ class Sync(QThread): # send payload pr = client.payloadChangeReport(payload) self.setStatus("
" + pr + "
", 0) - self.setStatus(_("Sending payload..."), 0) + self.setStatus(_("Transferring payload..."), 0) res = client.server.applyPayload(payload) # apply reply self.setStatus(_("Applying reply.."), 0)