mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-08-07 09:01:38 -04:00
...
This commit is contained in:
parent
8a9077eb6a
commit
c570ace3f9
@ -570,7 +570,7 @@ class SavedSearches(Dialog):
|
||||
b.clicked.connect(self.edit_search)
|
||||
v.addWidget(b)
|
||||
|
||||
self.eb = b = pb(_('&Remove search'), _('Remove the currently selected searches'))
|
||||
self.eb = b = pb(_('Re&move search'), _('Remove the currently selected searches'))
|
||||
b.clicked.connect(self.remove_search)
|
||||
v.addWidget(b)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user