diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 00:51:13 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2008-07-10 00:51:13 +0200 |
commit | e87c645c65d1735716fa4832cec910feb82d92cc (patch) | |
tree | 7b003e445bad7ac87f21ba2dd9131dfce52c6235 /portato/gui/windows | |
parent | 9693723ebf004aea7947b1c68c7c8e0b949510cd (diff) | |
download | portato-e87c645c65d1735716fa4832cec910feb82d92cc.tar.gz portato-e87c645c65d1735716fa4832cec910feb82d92cc.tar.bz2 portato-e87c645c65d1735716fa4832cec910feb82d92cc.zip |
Updated translation
Diffstat (limited to '')
-rw-r--r-- | portato/gui/windows/mailinfo.py | 4 |
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") |