summaryrefslogtreecommitdiff
path: root/portato/gui/windows/mailinfo.py
diff options
context:
space:
mode:
authorRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 00:51:13 +0200
committerRené 'Necoro' Neumann <necoro@necoro.net>2008-07-10 00:51:13 +0200
commite87c645c65d1735716fa4832cec910feb82d92cc (patch)
tree7b003e445bad7ac87f21ba2dd9131dfce52c6235 /portato/gui/windows/mailinfo.py
parent9693723ebf004aea7947b1c68c7c8e0b949510cd (diff)
downloadportato-e87c645c65d1735716fa4832cec910feb82d92cc.tar.gz
portato-e87c645c65d1735716fa4832cec910feb82d92cc.tar.bz2
portato-e87c645c65d1735716fa4832cec910feb82d92cc.zip
Updated translation
Diffstat (limited to 'portato/gui/windows/mailinfo.py')
-rw-r--r--portato/gui/windows/mailinfo.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portato/gui/windows/mailinfo.py b/portato/gui/windows/mailinfo.py
index 1b5735a..5d0a24c 100644
--- a/portato/gui/windows/mailinfo.py
+++ b/portato/gui/windows/mailinfo.py
@@ -68,8 +68,8 @@ Subject: %s
try:
server.sendmail(self.addr, self.TO, self.message)
except smtplib.SMTPRecipientsRefused, e:
- info(_("An error occurred while sending. I think we where greylisted. The error: %s") % e)
- info(_("Wait 60 seconds and try again."))
+ info(_("An error occurred while sending. I think we were greylisted. The error: %s") % e)
+ info(_("Retrying after waiting 60 seconds."))
time.sleep(60)
server.sendmail(self.addr, self.TO, self.message)
debug("Sent")