mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
string changes
This commit is contained in:
parent
e47448de2e
commit
8799260f2f
@ -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'
|
||||||
|
@ -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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user