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
46684e5376
commit
6607eb4c57
@ -311,7 +311,7 @@ class Quickview(QDialog, Ui_Quickview):
|
||||
book_id = int(item.data(Qt.UserRole))
|
||||
book_displayed = self.book_displayed_in_library_view(book_id)
|
||||
m = self.context_menu = QMenu(self)
|
||||
a = m.addAction(self.select_book_icon, _('Select book in the library'),
|
||||
a = m.addAction(self.select_book_icon, _('Select this book in the library'),
|
||||
partial(self.select_book, book_id))
|
||||
a.setEnabled(book_displayed)
|
||||
m.addAction(self.search_icon, _('Search for item in the library'),
|
||||
|
Loading…
x
Reference in New Issue
Block a user