From 32ded939caf7b59d33c5053f3646c1be399e9f72 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Thu, 13 Jul 2017 08:49:42 +0530 Subject: [PATCH] ... --- src/calibre/gui2/preferences/look_feel.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/calibre/gui2/preferences/look_feel.py b/src/calibre/gui2/preferences/look_feel.py index dc294ae66b..d6bd4cf379 100644 --- a/src/calibre/gui2/preferences/look_feel.py +++ b/src/calibre/gui2/preferences/look_feel.py @@ -64,10 +64,12 @@ class DefaultAuthorLink(QWidget): # {{{ c.setMinimumContentsLength(30) for text, data in [ (_('Search for the author on Goodreads'), 'search-goodreads'), + (_('Search for the author on Amazon'), 'search-amzn'), (_('Search for the author in your calibre library'), 'search-calibre'), (_('Search for the author on Wikipedia'), 'search-wikipedia'), (_('Search for the author on Google Books'), 'search-google'), (_('Search for the book on Goodreads'), 'search-goodreads-book'), + (_('Search for the book on Amazon'), 'search-amzn-book'), (_('Search for the book on Google Books'), 'search-google-book'), (_('Use a custom search URL'), 'url'), ]: