mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
IGN:...
This commit is contained in:
parent
a61592c8f0
commit
1a523d923f
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user