From 1a523d923ff8b3e40557efec42cfd722b72f11d8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 29 Jul 2009 18:09:36 -0600 Subject: [PATCH] IGN:... --- src/calibre/gui2/wizard/send_email.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index 5650279c15..504c426359 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -112,7 +112,8 @@ class SendEmail(QWidget, Ui_Form): self.relay_tls.setChecked(True) info_dialog(self, _('Finish gmail setup'), - _('Dont forget to enter your gmail username and password')).exec_() + _('Dont forget to enter your gmail username and password. ' + 'You can sign up for a free gmail account at http://gmail.com')).exec_() self.relay_username.setFocus(Qt.OtherFocusReason) self.relay_username.setCursorPosition(0)