mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-25 02:45:22 +01:00
String changes
This commit is contained in:
parent
4d28e172c3
commit
288ff91ea2
1 changed files with 1 additions and 1 deletions
|
|
@ -285,7 +285,7 @@ def show_context_menu(self, point):
|
|||
ca = m.addAction(_('Delete'))
|
||||
ca.triggered.connect(self.delete_tags)
|
||||
if self.category is not None:
|
||||
ca = m.addAction(_("Search books for '{0}'").format(
|
||||
ca = m.addAction(_("Search the library for '{0}'").format(
|
||||
unicode_type(item.text())))
|
||||
ca.triggered.connect(partial(self.search_for_books, item))
|
||||
if disable_copy_paste_search:
|
||||
|
|
|
|||
Loading…
Reference in a new issue