mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:13:38 +02:00
...
This commit is contained in:
parent
8a9077eb6a
commit
c570ace3f9
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ def pb(text, tooltip=None):
|
|||
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…
Reference in a new issue