diff --git a/src/calibre/ebooks/metadata/search_internet.py b/src/calibre/ebooks/metadata/search_internet.py index 0b2d553cd4..5abcfd25a3 100644 --- a/src/calibre/ebooks/metadata/search_internet.py +++ b/src/calibre/ebooks/metadata/search_internet.py @@ -36,7 +36,7 @@ NAMES = { 'wikipedia': _('Wikipedia'), 'gws': _('Google web search'), 'amzn': _('Amazon'), - 'gimg': _('Google images'), + 'gimg': _('Google Images'), } DEFAULT_AUTHOR_SOURCE = 'goodreads' diff --git a/src/calibre/gui2/wizard/send_email.py b/src/calibre/gui2/wizard/send_email.py index 20eccff603..442087d92a 100644 --- a/src/calibre/gui2/wizard/send_email.py +++ b/src/calibre/gui2/wizard/send_email.py @@ -238,7 +238,7 @@ class SendEmail(QWidget, Ui_Form): 'Google recently deliberately broke their email sending protocol (SMTP) support in' ' 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,' - ' 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' ' here.'), 'at_in_username': True, @@ -250,7 +250,7 @@ class SendEmail(QWidget, Ui_Form): 'username': '', 'url': 'www.hotmail.com', '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' ' will let calibre send email.'), 'at_in_username': True,