This commit is contained in:
Kovid Goyal 2014-03-22 08:18:54 +05:30
parent 8a9077eb6a
commit c570ace3f9

View File

@ -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)