string changes

This commit is contained in:
Kovid Goyal 2021-02-24 08:52:51 +05:30
parent e47448de2e
commit 8799260f2f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@ NAMES = {
'wikipedia': _('Wikipedia'), 'wikipedia': _('Wikipedia'),
'gws': _('Google web search'), 'gws': _('Google web search'),
'amzn': _('Amazon'), 'amzn': _('Amazon'),
'gimg': _('Google images'), 'gimg': _('Google Images'),
} }
DEFAULT_AUTHOR_SOURCE = 'goodreads' DEFAULT_AUTHOR_SOURCE = 'goodreads'

View File

@ -238,7 +238,7 @@ class SendEmail(QWidget, Ui_Form):
'Google recently deliberately broke their email sending protocol (SMTP) support in' 'Google recently deliberately broke their email sending protocol (SMTP) support in'
' an attempt to force everyone to use their web interface so they can' ' an attempt to force everyone to use their web interface so they can'
' show you more ads. They are trying to claim that SMTP is insecure,' ' show you more ads. They are trying to claim that SMTP is insecure,'
' that is incorrect and simply an excuse. To use a gmail account' ' that is incorrect and simply an excuse. To use a Gmail account'
' you will need to "allow less secure apps" as described' ' you will need to "allow less secure apps" as described'
' <a href="https://support.google.com/accounts/answer/6010255">here</a>.'), ' <a href="https://support.google.com/accounts/answer/6010255">here</a>.'),
'at_in_username': True, 'at_in_username': True,
@ -250,7 +250,7 @@ class SendEmail(QWidget, Ui_Form):
'username': '', 'username': '',
'url': 'www.hotmail.com', 'url': 'www.hotmail.com',
'extra': _('If you are setting up a new' 'extra': _('If you are setting up a new'
' hotmail account, Microsoft requires that you ' ' Hotmail account, Microsoft requires that you '
' verify your account periodically, before it' ' verify your account periodically, before it'
' will let calibre send email.'), ' will let calibre send email.'),
'at_in_username': True, 'at_in_username': True,