add sync error msg

This commit is contained in:
Damien Elmes 2009-03-21 03:50:13 +09:00
parent 5841fbb81c
commit 4c9e57b4b9

View file

@ -52,7 +52,9 @@ class Sync(QThread):
else: else:
msg=_("""\ msg=_("""\
Syncing failed. Please try again in a few minutes. 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 return msg
def connect(self, *args): def connect(self, *args):