mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Change mark all button text to mark all books rather than mark books to make it clearer
This commit is contained in:
parent
54c5411d6e
commit
5b620a3615
@ -795,7 +795,7 @@ class ResultsPanel(QWidget):
|
||||
bb.clear()
|
||||
bb.addButton(QDialogButtonBox.StandardButton.Close)
|
||||
bb.addButton(_('Show &indexing status'), QDialogButtonBox.ButtonRole.ActionRole).clicked.connect(self.switch_to_scan_panel)
|
||||
b = bb.addButton(_('&Mark books'), QDialogButtonBox.ButtonRole.ActionRole)
|
||||
b = bb.addButton(_('&Mark all books'), QDialogButtonBox.ButtonRole.ActionRole)
|
||||
b.setIcon(QIcon.ic('marked.png'))
|
||||
m = QMenu(b)
|
||||
m.addAction(QIcon.ic('marked.png'), _('Mark all matched books in the library'), partial(self.mark_books, 'mark'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user