mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-23 00:17:15 +01:00
IGN:...
This commit is contained in:
parent
a61592c8f0
commit
1a523d923f
1 changed files with 2 additions and 1 deletions
|
|
@ -112,7 +112,8 @@ def create_gmail_relay(self, *args):
|
|||
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…
Reference in a new issue