From 4c9e57b4b92652b289592ebda8aafe05e8649e83 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sat, 21 Mar 2009 03:50:13 +0900 Subject: [PATCH] add sync error msg --- ankiqt/ui/sync.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ankiqt/ui/sync.py b/ankiqt/ui/sync.py index fe48b7fe8..ff477648e 100644 --- a/ankiqt/ui/sync.py +++ b/ankiqt/ui/sync.py @@ -52,7 +52,9 @@ class Sync(QThread): else: msg=_("""\ Syncing failed. Please try again in a few minutes. -If the problem persists, please report it on the forum.""") +If the problem persists, please report it on the forum. + +Error: %s""" % `error`) return msg def connect(self, *args):